org.apache.xalan.xsltc.compiler.util
Class InternalError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.apache.xalan.xsltc.compiler.util.InternalError
All Implemented Interfaces:
java.io.Serializable

public class InternalError
extends java.lang.Error

Marks a class of errors in which XSLTC has reached some incorrect internal state from which it cannot recover.

See Also:
Serialized Form

Constructor Summary
InternalError(java.lang.String msg)
          Construct an InternalError with the specified error message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalError

public InternalError(java.lang.String msg)
Construct an InternalError with the specified error message.

Parameters:
msg - the error message