Package Summary
Overview Summary
class:MimeTypeParseException [NONE]
All Implemented Interfaces:
Serializable
public class
MimeTypeParseException
extends
Exception
A class to encapsulate MimeType parsing related exceptions.
Since:
1.3
constructor:MimeTypeParseException() [NONE]
MimeTypeParseException
public
MimeTypeParseException
()
Constructs a MimeTypeParseException with no specified detail message.
constructor:MimeTypeParseException(java.lang.String) [NONE]
MimeTypeParseException
public
MimeTypeParseException
(
String
s)
Constructs a MimeTypeParseException with the specified detail message.
Parameters:
s
- the detail message
© 2023 Oracle Corporation and/or its affiliates