public class GenericSyntaxException extends SyntaxException
| Constructor and Description |
|---|
GenericSyntaxException() |
GenericSyntaxException(String s) |
GenericSyntaxException(String s,
LexicalElement le) |
GenericSyntaxException(String s,
LexicalElement le,
Throwable e) |
GenericSyntaxException(String arg0,
Throwable arg1) |
GenericSyntaxException(Throwable arg0) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
getFileName, getLineNumber, getPosition, setFileName, setLineNumber, setLocation, setPositionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GenericSyntaxException()
public GenericSyntaxException(Throwable arg0)
public GenericSyntaxException(String s)
public GenericSyntaxException(String s, LexicalElement le)
public GenericSyntaxException(String s, LexicalElement le, Throwable e)
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.