Package org.apache.xalan.xsltc.runtime
Class InternalRuntimeError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.apache.xalan.xsltc.runtime.InternalRuntimeError
- All Implemented Interfaces:
Serializable
Class to express failed assertions and similar for the xsltc runtime.
As java.lang.AssertionError was introduced in JDK 1.4 we can't use that yet.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InternalRuntimeError
-