de.xabsl.jxabsl
Class IntermediateCodeMalformedException

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

public class IntermediateCodeMalformedException
extends java.lang.Exception

Exception indicating that the XABSL intermediate code is syntactically or otherwise incorrect.

See Also:
Serialized Form

Field Summary
static java.lang.String UNEXPECTED_END
           
 
Constructor Summary
IntermediateCodeMalformedException(java.lang.String message)
           
IntermediateCodeMalformedException(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
 

Field Detail

UNEXPECTED_END

public static final java.lang.String UNEXPECTED_END
See Also:
Constant Field Values
Constructor Detail

IntermediateCodeMalformedException

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

IntermediateCodeMalformedException

public IntermediateCodeMalformedException(java.lang.String message)