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, setPosition
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public 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.