smacs.util.api
Class SmacsParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
smacs.util.api.SmacsException
smacs.util.api.SmacsParseException
- All Implemented Interfaces:
- Serializable
- public class SmacsParseException
- extends SmacsException
used for parser handling.
often the conversion of the ParserException as defined by the grammar generator.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SmacsParseException
public SmacsParseException()
SmacsParseException
public SmacsParseException(String message)
SmacsParseException
public SmacsParseException(String message,
Throwable cause)
SmacsParseException
public SmacsParseException(Throwable cause)