|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jasen.error.JasenException
org.jasen.error.JasenParseException
Thrown when an error occurs during parsing of a MimeMessage.
| Constructor Summary | |
JasenParseException(ParseErrorType type)
Creates a new JasenParseException of the given type |
|
JasenParseException(String message,
ParseErrorType type)
Creates a new JasenParseException of the given type |
|
JasenParseException(String message,
Throwable cause,
ParseErrorType type)
Creates a new JasenParseException of the given type |
|
JasenParseException(Throwable cause,
ParseErrorType type)
Creates a new JasenParseException of the given type |
|
| Method Summary | |
ParseErrorType |
getType()
Gets the type of parse error |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public JasenParseException(ParseErrorType type)
type -
public JasenParseException(String message,
ParseErrorType type)
message - type -
public JasenParseException(String message,
Throwable cause,
ParseErrorType type)
message - cause - type -
public JasenParseException(Throwable cause,
ParseErrorType type)
cause - type - | Method Detail |
public ParseErrorType getType()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||