Package org.glassfish.rmic.tools.java
Class CompilerError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.glassfish.rmic.tools.java.CompilerError
- All Implemented Interfaces:
Serializable
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate an exception given another exception.CompilerError
(String msg) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
e
-
-
Constructor Details
-
CompilerError
Constructor -
CompilerError
Create an exception given another exception.
-
-
Method Details
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-