openjava.syntax
Class SyntaxException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--openjava.tools.parser.ParseException
|
+--openjava.syntax.SyntaxException
- public class SyntaxException
- extends openjava.tools.parser.ParseException
The class SyntaxException
For example
- Since:
- %SOFTWARE% 1.0
- See Also:
Object
, Serialized Form
Fields inherited from class openjava.tools.parser.ParseException |
currentToken,
eol,
expectedTokenSequences,
specialConstructor,
tokenImage |
Methods inherited from class openjava.tools.parser.ParseException |
add_escapes,
getMessage |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
SyntaxException
public SyntaxException(openjava.tools.parser.ParseException e)
SyntaxException
public SyntaxException(openjava.tools.parser.Token currentToken,
int[][] expectedToken,
java.lang.String[] tokenImage)
SyntaxException
public SyntaxException()
SyntaxException
public SyntaxException(java.lang.String message)