Package com.sun.activation.registries
Class MailcapParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- 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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MailcapParseException
public MailcapParseException()
-
MailcapParseException
public MailcapParseException(String inInfo)
-
-