- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- org.apache.xalan.xsltc.runtime.InternalRuntimeError
-
- All Implemented Interfaces:
- java.io.Serializable
public class InternalRuntimeError
extends java.lang.Error
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:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
- Detail:
- Field |
- Constr |
- Method
Copyright © 2014 Apache XML Project. All Rights Reserved.