Class SyntaxError

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glassfish.rmic.tools.java.SyntaxError
All Implemented Interfaces:
Serializable

public class SyntaxError extends 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:
  • Constructor Details

    • SyntaxError

      public SyntaxError()