de.infinityloop.upcast.upl.val
Class UPLValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.infinityloop.upcast.upl.prg.UPLException
              extended by de.infinityloop.upcast.upl.prg.UPLEvalException
                  extended by de.infinityloop.upcast.upl.val.UPLValueException
All Implemented Interfaces:
java.io.Serializable

public class UPLValueException
extends de.infinityloop.upcast.upl.prg.UPLEvalException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.infinityloop.upcast.upl.prg.UPLEvalException
kEXCEPTION, kEXCEPTION_EVAL, kEXCEPTION_IO, kEXCEPTION_TYPE_CONVERSION, kEXCEPTION_UNKNOWN, kEXCEPTION_USER_DEFINED
 
Constructor Summary
UPLValueException(java.lang.String text)
           
UPLValueException(java.lang.String text, int exceptionKind)
           
 
Method Summary
 
Methods inherited from class de.infinityloop.upcast.upl.prg.UPLEvalException
getExceptionKind, getExceptionTypeNumber, getMessage, matches, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UPLValueException

public UPLValueException(java.lang.String text)

UPLValueException

public UPLValueException(java.lang.String text,
                         int exceptionKind)