public abstract class ParsingException extends RuntimeException
Modifier | Constructor and Description |
---|---|
protected |
ParsingException(String message) |
protected |
ParsingException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
see also the complete user documentation .