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:
java.io.Serializable
public class CompilerError extends java.lang.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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Throwable
e
-
Constructor Summary
Constructors Constructor Description CompilerError(java.lang.Exception e)
Create an exception given another exception.CompilerError(java.lang.String msg)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
printStackTrace()
-