Class MailcapParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- internal.com.sun.activation.registries.MailcapParseException
-
- All Implemented Interfaces:
Serializable
public class MailcapParseException extends Exception
A class to encapsulate Mailcap parsing related exceptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MailcapParseException()MailcapParseException(String inInfo)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MailcapParseException
public MailcapParseException()
-
MailcapParseException
public MailcapParseException(String inInfo)
-
-