MimeTypeParseExceptionpublic class MimeTypeParseException extends Exception A class to encapsulate MimeType parsing related exceptions. |
Constructors Summary |
---|
public MimeTypeParseException()Constructs a MimeTypeParseException with no specified detail message.
super();
| public MimeTypeParseException(String s)Constructs a MimeTypeParseException with the specified detail message.
super(s);
|
|