Class w3c.mime.MIMETypeFormatException
All Packages Class Hierarchy This Package Previous Next Index
Class w3c.mime.MIMETypeFormatException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----w3c.mime.MIMETypeFormatException
- public class MIMETypeFormatException
- extends Exception
This exception signals an invalid MIME type.
MIMEType wasn't able to parse the given string into a MIMEType object.
- See Also:
- MIMEType
-
spec
-
-
MIMETypeFormatException(String)
-
spec
public String spec
MIMETypeFormatException
public MIMETypeFormatException(String spec)
All Packages Class Hierarchy This Package Previous Next Index