tip
Class InternalCompilerError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
InternalCompilerError(String message)
           
InternalCompilerError(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalCompilerError

public InternalCompilerError(String message)

InternalCompilerError

public InternalCompilerError(String message,
                             Throwable cause)