public class TypeCastException extends EvaluationException
EvaluationException indicating a type conversion error.| Modifier and Type | Field and Description |
|---|---|
static short |
TYPE_BOOLEAN |
static short |
TYPE_DATE |
static short |
TYPE_DURATION |
static short |
TYPE_NODE |
static short |
TYPE_NODELIST |
static short |
TYPE_NUMBER |
static short |
TYPE_STRING |
| Constructor and Description |
|---|
TypeCastException(short type,
java.lang.String val) |
| Modifier and Type | Method and Description |
|---|---|
short |
getToType() |
java.lang.String |
getVal() |
public static final short TYPE_STRING
public static final short TYPE_DATE
public static final short TYPE_DURATION
public static final short TYPE_NODELIST
public static final short TYPE_BOOLEAN
public static final short TYPE_NODE
public static final short TYPE_NUMBER