Class InternalRuntimeError

java.lang.Object
java.lang.Throwable
java.lang.Error
org.apache.xalan.xsltc.runtime.InternalRuntimeError
All Implemented Interfaces:
Serializable

public class InternalRuntimeError extends 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:
  • Constructor Details

    • InternalRuntimeError

      public InternalRuntimeError(String message)