Package org.glassfish.rmic.tools.java
Class SyntaxError
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glassfish.rmic.tools.java.SyntaxError
- All Implemented Interfaces:
Serializable
Syntax errors, should always be caught inside the
parser for error recovery.
WARNING: The contents of this source file are not part of any
supported API. Code that depends on them does so at its own risk:
they are subject to change or removal without notice.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SyntaxError
public SyntaxError()
-