org.apache.ode.bpel.explang
Class TypeCastException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.ode.bpel.explang.EvaluationException
org.apache.ode.bpel.explang.TypeCastException
- All Implemented Interfaces:
- java.io.Serializable
public class TypeCastException
- extends EvaluationException
A EvaluationException
indicating a type conversion error.
- See Also:
- Serialized Form
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 |
TYPE_STRING
public static final short TYPE_STRING
- See Also:
- Constant Field Values
TYPE_DATE
public static final short TYPE_DATE
- See Also:
- Constant Field Values
TYPE_DURATION
public static final short TYPE_DURATION
- See Also:
- Constant Field Values
TYPE_NODELIST
public static final short TYPE_NODELIST
- See Also:
- Constant Field Values
TYPE_BOOLEAN
public static final short TYPE_BOOLEAN
- See Also:
- Constant Field Values
TYPE_NODE
public static final short TYPE_NODE
- See Also:
- Constant Field Values
TYPE_NUMBER
public static final short TYPE_NUMBER
- See Also:
- Constant Field Values
TypeCastException
public TypeCastException(short type,
java.lang.String val)
getToType
public short getToType()
getVal
public java.lang.String getVal()