public interface IExceptionValue extends IValue
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE
type ID
|
MODEL_ID| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
message()
returns the exception message
|
java.lang.String[] |
trace()
returns the stack trace
|
modelIDstatic final java.lang.String TYPE