[go: nahoru, domu]

Searched defs:MalformedMimeTypeException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIntentFilter.java346 public static class MalformedMimeTypeException extends AndroidException { class in class:IntentFilter
347 public MalformedMimeTypeException() { method in class:IntentFilter.MalformedMimeTypeException
350 public MalformedMimeTypeException(String name) { method in class:IntentFilter.MalformedMimeTypeException
358 * the {@link MalformedMimeTypeException} exception that the constructor
371 } catch (MalformedMimeTypeException e) {
406 * <p>Throws {@link MalformedMimeTypeException} if the given MIME type is
414 throws MalformedMimeTypeException {
709 * <p>Throws {@link MalformedMimeTypeException} if the given MIME type is
717 throws MalformedMimeTypeException {
736 throw new MalformedMimeTypeException(typ
[all...]

Completed in 8 milliseconds