tip
Class InternalCompilerError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tip.InternalCompilerError
- All Implemented Interfaces:
- Serializable
public class InternalCompilerError
- extends RuntimeException
Thrown to indicate that the compiler has reached an unexpected situation,
probably because of a bug in the compiler.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InternalCompilerError
public InternalCompilerError(String message)
InternalCompilerError
public InternalCompilerError(String message,
Throwable cause)