public class ParserException extends Exception
Constructor and Description |
---|
ParserException()
Creates an instance using the default superconstructor.
|
ParserException(String string)
Creates an instance from the given String by calling the superconstructor with it.
|
ParserException(String string,
Throwable thrwbl)
Creates an instance from the given Throwable and String by calling the superconstructor with it.
|
ParserException(Throwable thrwbl)
Creates an instance from the given Throwable by calling the superconstructor with it.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParserException(Throwable thrwbl)
thrwbl
- public ParserException(String string, Throwable thrwbl)
string
- thrwbl
- public ParserException(String string)
string
- thrwbl
- public ParserException()
Copyright © 2017. All rights reserved.