de.xabsl.jxabsl.symbols
Class XABSLInternalErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.xabsl.jxabsl.symbols.XABSLInternalErrorException
All Implemented Interfaces:
java.io.Serializable

public class XABSLInternalErrorException
extends java.lang.RuntimeException

Indicates that an unexpected error has occurred in the XABSL engine. This exception indicates an internal error, in which the user has no part.

See Also:
Serialized Form

Constructor Summary
XABSLInternalErrorException(java.lang.String message)
           
XABSLInternalErrorException(java.lang.String message, java.lang.Throwable cause)
           
 
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

XABSLInternalErrorException

public XABSLInternalErrorException(java.lang.String message,
                                   java.lang.Throwable cause)

XABSLInternalErrorException

public XABSLInternalErrorException(java.lang.String message)