|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ParseErrorType | |
| org.jasen.error | |
| Uses of ParseErrorType in org.jasen.error |
| Fields in org.jasen.error declared as ParseErrorType | |
static ParseErrorType |
ParseErrorType.UNKNOWN_ERROR
|
static ParseErrorType |
ParseErrorType.MALFORMED_MIME
|
static ParseErrorType |
ParseErrorType.PARSE_ERROR
|
static ParseErrorType |
ParseErrorType.UNSUPPORTED_ENCODING
|
static ParseErrorType |
ParseErrorType.OTHER
|
| Methods in org.jasen.error that return ParseErrorType | |
ParseErrorType |
JasenParseException.getType()
Gets the type of parse error |
| Constructors in org.jasen.error with parameters of type ParseErrorType | |
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 |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||