public class LifecycleCommonErrors extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BUNDLE |
static String |
CALLBACK_EXCEPTION_OCCOURRED
message argument {0} Method object
|
static String |
ILLEGAL_EVENT_ON_STATE
message argument {0} event simple name or eventKey Class,
When @Event(value=T.class) then eventKeyClass will be
the value other than simple Name
message argument {1} state name
message argument {2} target object
|
static String |
INBOUND_WHILE_RELATION_TARGET_IS_NULL
message argument {0} Relation class
message argument {1} @nullable value
message argument {2} State class
|
static String |
STATE_INVALID
message argument {0} target object
message argument {1} target object's state
message argument {2} relation object
message argument {3} relation state
message argument {4} relation definition
|
static String |
VALID_WHILE_RELATION_TARGET_IS_NULL
message argument {0} Relation class
message argument {1} @nullable value
message argument {2} State class
|
static String |
VIOLATE_INBOUND_WHILE_RELATION_CONSTRAINT
message argument {0} event
message argument {1} target object next state
message argument {2} target object
message argument {3} relation object
message argument {4} relation object's state
message argument {5} inbound constraint definition
|
public static final String ILLEGAL_EVENT_ON_STATE
public static final String STATE_INVALID
public static final String VIOLATE_INBOUND_WHILE_RELATION_CONSTRAINT
public static final String BUNDLE
public static final String CALLBACK_EXCEPTION_OCCOURRED
public static final String VALID_WHILE_RELATION_TARGET_IS_NULL
public static final String INBOUND_WHILE_RELATION_TARGET_IS_NULL
Copyright © 2015. All Rights Reserved.