Package org.eclipse.angus.activation
Class MailcapParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.angus.activation.MailcapParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class MailcapParseException extends java.lang.ExceptionA class to encapsulate Mailcap parsing related exceptions- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description MailcapParseException()MailcapParseException(java.lang.String inInfo)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-