Top Description Fields Constructors
com.sun.org.apache.xalan.internal.xsltc.compiler.util

public Class InternalError

extends Error
Class Inheritance

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

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
InternalError(String
the error message
msg
)

Construct an InternalError with the specified error message.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.Error.serialVersionUID.

Constructor Detail

InternalErrorback to summary
public InternalError(String msg)

Construct an InternalError with the specified error message.

Parameters
msg:String

the error message