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

/frameworks/base/core/java/android/content/
H A DIntentFilter.java305 public static class MalformedMimeTypeException extends AndroidException { class in class:IntentFilter
306 public MalformedMimeTypeException() { method in class:IntentFilter.MalformedMimeTypeException
309 public MalformedMimeTypeException(String name) { method in class:IntentFilter.MalformedMimeTypeException
317 * the {@link MalformedMimeTypeException} exception that the constructor
330 } catch (MalformedMimeTypeException e) {
365 * <p>Throws {@link MalformedMimeTypeException} if the given MIME type is
373 throws MalformedMimeTypeException {
505 * <p>Throws {@link MalformedMimeTypeException} if the given MIME type is
513 throws MalformedMimeTypeException {
532 throw new MalformedMimeTypeException(typ
[all...]

Completed in 51 milliseconds