public static class IntentFilter.MalformedMimeTypeException
extends AndroidException
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | android.util.AndroidException | |||
| ↳ | android.content.IntentFilter.MalformedMimeTypeException | |||
当给定的MIME类型没有有效的语法时,会引发此异常。
Public constructors |
|
|---|---|
IntentFilter.MalformedMimeTypeException() |
|
IntentFilter.MalformedMimeTypeException(String name) |
|
Inherited methods |
|
|---|---|
java.lang.Throwable
|
|
java.lang.Object
|
|
IntentFilter.MalformedMimeTypeException ()
IntentFilter.MalformedMimeTypeException (String name)
| Parameters | |
|---|---|
name |
String
|