|
Stanse
-1
|
Describes a syntax error in XML file with automaton definition. More...


Public Member Functions | |
| XMLAutomatonSyntaxErrorException (final String errorMessage) | |
| Initializes the class by message, which describes syntax error in XML file with automaton definition. More... | |
| XMLAutomatonSyntaxErrorException (final Throwable cause) | |
| Initializes the class by cause object, which describes syntax error in XML file with automaton definition. More... | |
| XMLAutomatonSyntaxErrorException (final String errorMessage, final Throwable cause) | |
| Initializes the class by message and cause, which together describes syntax error in XML file with automaton definition. More... | |
Public Member Functions inherited from cz.muni.stanse.checker.CheckerException | |
| CheckerException (final String errorMessage) | |
| Initializes the class by exception description message. More... | |
| CheckerException (final Throwable cause) | |
| Initializes the class by exception cause object. More... | |
| CheckerException (final String errorMessage, final Throwable cause) | |
| Initializes the class by exception description message and exception cause object. More... | |
Describes a syntax error in XML file with automaton definition.
Raw error description string passed to the constructor is automatically extedned by additional information, which describes location in the source code, where the exception was thrown.
|
inline |
Initializes the class by message, which describes syntax error in XML file with automaton definition.
Exception description message is directly passed to the base class.
| errorMessage | Description of a error which occurs in the checker. |
|
inline |
Initializes the class by cause object, which describes syntax error in XML file with automaton definition.
Exception cause object is directly passed to the base class.
| cause | Cause of the exception which occurs in the checker. |
|
inline |
Initializes the class by message and cause, which together describes syntax error in XML file with automaton definition.
Exception description message is directly passed to the base class. Exception cause object is directly passed to the base class as well.
| errorMessage | Description of a error which occurs in the checker. |
| cause | Cause of the exception which occurs in the checker. |
1.8.6