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:
java.io.Serializable
public class SyntaxError extends java.lang.Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SyntaxError()
-