cz::muni::stanse::automatonchecker::XMLAutomatonSyntaxErrorException Class Reference

Describes a syntax error in XML file with automaton definition. More...

Inheritance diagram for cz::muni::stanse::automatonchecker::XMLAutomatonSyntaxErrorException:
[legend]
Collaboration diagram for cz::muni::stanse::automatonchecker::XMLAutomatonSyntaxErrorException:
[legend]

List of all members.

Public Member Functions

 XMLAutomatonSyntaxErrorException (final String errorMessage)
 Initializes the class by message, which describes syntax error in XML file with automaton definition.
 XMLAutomatonSyntaxErrorException (final Throwable cause)
 Initializes the class by cause object, which describes syntax error in XML file with automaton definition.
 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.


Detailed Description

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.

See also:
java.lang.Exception

Constructor & Destructor Documentation

cz::muni::stanse::automatonchecker::XMLAutomatonSyntaxErrorException::XMLAutomatonSyntaxErrorException ( final String  errorMessage  )  [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.

Parameters:
errorMessage Description of a error which occurs in the checker.

cz::muni::stanse::automatonchecker::XMLAutomatonSyntaxErrorException::XMLAutomatonSyntaxErrorException ( final Throwable  cause  )  [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.

Parameters:
cause Cause of the exception which occurs in the checker.

cz::muni::stanse::automatonchecker::XMLAutomatonSyntaxErrorException::XMLAutomatonSyntaxErrorException ( final String  errorMessage,
final Throwable  cause 
) [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.

Parameters:
errorMessage Description of a error which occurs in the checker.
cause Cause of the exception which occurs in the checker.


The documentation for this class was generated from the following file:

Generated on Thu Jan 13 16:24:08 2011 for Stanse by  doxygen 1.5.6