Class CompilerError

java.lang.Object
java.lang.Throwable
java.lang.Error
org.glassfish.rmic.tools.java.CompilerError
All Implemented Interfaces:
Serializable

public class CompilerError extends Error
This exception is thrown when an internal compiler error occurs 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:
  • Field Details

  • Constructor Details

    • CompilerError

      public CompilerError(String msg)
      Constructor
    • CompilerError

      public CompilerError(Exception e)
      Create an exception given another exception.
  • Method Details