public interface SyntaxErrors
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPOSITE_STATEMACHINE_CANNOT_EXTENDS_OWNING_STATEMACHINE
message argument {0} composite state machine class
|
static String |
COMPOSITE_STATEMACHINE_FINAL_STATE_WITHOUT_SHORTCUT |
static String |
COMPOSITE_STATEMACHINE_SHORTCUT_STATE_INVALID |
static String |
COMPOSITE_STATEMACHINE_SHORTCUT_WITHOUT_END |
static String |
CONDITIONSET_MULTIPLE
message argument {0} stateMachine class
|
static String |
EVENT_CONDITIONAL_CONDITION_NOT_MATCH_JUDGER
message argument {0} Event class
message argument {1} condition class
message argument {2} juder class
|
static String |
EVENT_EXTENED_EVENT_CAN_NOT_FOUND_IN_SUPER_STATEMACHINE
message argument {0} Event class
message argument {1} Event class' super class or interface
message argument {2} Super state machine class
|
static String |
EVENT_ILLEGAL_EXTENTION
message argument {0} Event class
message argument {1} Event class' super class or interface
|
static String |
EVENT_TYPE_CORRUPT_RECOVER_REDO_REQUIRES_ZERO_PARAMETER
message argument {0} method object
message argument {1} eventKey, will be eventKey class when it's
available, otherwise it will be event method name with first
char upper case.
|
static String |
EVENTSET_WITHOUT_EVENT
message argument {0} event set class
|
static String |
FUNCTION_CONDITIONAL_EVENT_WITHOUT_CONDITION |
static String |
FUNCTION_EVENT_MUST_BE_NOT_ON_END_STATE |
static String |
FUNCTION_INVALID_EVENT_REFERENCE
message argument {0} @Transition definition
message argument {1} State class
message argument {2} Event class
|
static String |
FUNCTION_NEXT_STATESET_OF_FUNCTION_INVALID |
static String |
FUNCTION_WITH_EMPTY_STATE_CANDIDATES |
static String |
LIFECYCLE_EVENT_HANDLER_MUST_HAVE_NO_ARG_CONSTRUCTOR
message argument {0} Lifecycle Event Handler Class
|
static String |
LIFECYCLE_LOCK_SHOULD_HAVE_NO_ARGS_CONSTRUCTOR
message argument {0} Lifecycle Lock class
|
static String |
LM_CONDITION_MULTIPLE_METHODS_REFERENCE_SAME_CONDITION
message argument {0} @LifecycleMeta class
message argument {1} Condition class
|
static String |
LM_CONDITION_NOT_COVERED
message argument {0} @LifecycleMeta class
message argument {1} @StateMachine dottedPath
message argument {2} Condition Class
|
static String |
LM_CONDITION_OBJECT_DOES_NOT_IMPLEMENT_CONDITION_INTERFACE
message argument {0} Method class
message argument {1} Condition class
|
static String |
LM_CONDITION_REFERENCE_INVALID
message argument {0} Method full qualified name
message argument {1} Invalid condition class
|
static String |
LM_EVENT_METHOD_WITH_INVALID_EVENT_REFERENCE |
static String |
LM_EVENT_NOT_CONCRETED_IN_LM |
static String |
LM_METHOD_NAME_INVALID |
static String |
LM_MUST_CONCRETE_ALL_RELATIONS |
static String |
LM_REDO_CORRUPT_RECOVER_EVENT_HAS_ONLY_ONE_METHOD |
static String |
LM_REFERENCE_INVALID_RELATION_INSTANCE
message argument {0} @LifecycleMeta Class
message argument {1} invalid relation instance
message argument {2} StateMachine
|
static String |
LM_RELATION_INSTANCE_MUST_BE_UNIQUE
message argument {0} @LifecycleMeta Class
message argument {1} relation instance
|
static String |
LM_RELATION_NOT_BE_CONCRETED
message argument {0} method
message argument {1} @LifecycleMeta Class
message argument {2} relation
message argument {3} state
|
static String |
LM_RELATION_ON_METHOD_PARAMETER_MUST_SPECIFY_VALUE
message argument {0} method
|
static String |
ON_EVENT_EVENT_IS_INVALID
message argument {0} Event class
message argument {1} Method
message argument {2} StateMachine PrimaryKey
|
static String |
ON_EVENT_MAPPEDBY_INVALID
message argument {0} mappedby
message argument {1} Method class
message argument {2} Observerable Class
|
static String |
ON_EVENT_OBSERVABLE_CLASS_INVALID
message argument {0} observable class
message argument {1} Method class
|
static String |
ON_EVENT_OBSERVABLE_NAME_MISMATCH_OBSERVABLE_CLASS
message argument {0} observable name
message argument {1} observable class
message argument {2} Method class
|
static String |
ON_EVENT_RELATION_INVALID
message argument {0} relation
message argument {1} Method class
message argument {2} State Machine object class
|
static String |
POST_STATE_CHANGE_FROM_STATE_IS_INVALID
message argument {0} From state class
message argument {1} Method class
message argument {2} State Machine class
|
static String |
POST_STATE_CHANGE_MAPPEDBY_INVALID
message argument {0} mappedby
message argument {1} Method class
message argument {2} Observerable Class
|
static String |
POST_STATE_CHANGE_OBSERVABLE_CLASS_INVALID
message argument {0} observable class
message argument {1} Method class
|
static String |
POST_STATE_CHANGE_OBSERVABLE_NAME_MISMATCH_OBSERVABLE_CLASS
message argument {0} observable name
message argument {1} observable class
message argument {2} Method class
|
static String |
POST_STATE_CHANGE_RELATION_INVALID
message argument {0} relation
message argument {1} Method class
message argument {2} State Machine object class
|
static String |
POST_STATE_CHANGE_TO_STATE_IS_INVALID
message argument {0} To state class
message argument {1} Method class
message argument {2} State Machine class
|
static String |
PRE_STATE_CHANGE_FROM_STATE_IS_INVALID
message argument {0} From state class
message argument {1} Method class
message argument {2} State Machine class
|
static String |
PRE_STATE_CHANGE_MAPPEDBY_INVALID
message argument {0} mappedby
message argument {1} Method class
message argument {2} Observerable Class
|
static String |
PRE_STATE_CHANGE_OBSERVABLE_CLASS_INVALID
message argument {0} observable class
message argument {1} Method class
|
static String |
PRE_STATE_CHANGE_OBSERVABLE_NAME_MISMATCH_OBSERVABLE_CLASS
message argument {0} observable name
message argument {1} observable class
message argument {2} Method class
|
static String |
PRE_STATE_CHANGE_RELATION_INVALID
message argument {0} relation
message argument {1} Method class
message argument {2} State Machine object class
|
static String |
PRE_STATE_CHANGE_TO_POST_EVALUATE_STATE_IS_INVALID
message argument {0} To state class
message argument {1} Call back Method
message argument {2} Event Dotted Path
|
static String |
PRE_STATE_CHANGE_TO_STATE_IS_INVALID
message argument {0} To state class
message argument {1} Method class
message argument {2} State Machine class
|
static String |
REGISTERED_META_ERROR |
static String |
RELATION_COMPOSITE_STATE_MACHINE_CANNOT_OVERRIDE_OWNING_PARENT_RELATION
message argument {0} composite stateMachine dottedPath
message argument {1} parent relation class of composite stateMachine class
message argument {2} owning stateMachine class
message argument {3} parent relation class of owning stateMachine class
|
static String |
RELATION_INBOUNDWHILE_RELATION_NOT_DEFINED_IN_RELATIONSET |
static String |
RELATION_MULTIPLE_PARENT_RELATION
message argument {0} stateMachine class
|
static String |
RELATION_NEED_OVERRIDES_TO_OVERRIDE_SUPER_STATEMACHINE_PARENT_RELATION
message argument {0} child stateMachine class
message argument {1} super stateMachine class
|
static String |
RELATION_NO_RELATED_TO_DEFINED
message argument {0} Relation Class
|
static String |
RELATION_ON_ATTRIBUTE_OF_INBOUNDWHILE_NOT_MATCHING_RELATION |
static String |
RELATION_ON_ATTRIBUTE_OF_VALIDWHILE_NOT_MACHING_RELATION |
static String |
RELATION_OTHERWISE_ATTRIBUTE_OF_INBOUNDWHILE_INVALID |
static String |
RELATION_OTHERWISE_ATTRIBUTE_OF_VALIDWHILE_INVALID |
static String |
RELATION_RELATED_TO_REFER_TO_NON_STATEMACHINE |
static String |
RELATION_VALIDWHILE_RELATION_NOT_DEFINED_IN_RELATIONSET |
static String |
RELATIONSET_MULTIPLE |
static String |
SHORT_CUT_INVALID |
static String |
STATE_DEFINED_MULTIPLE_FUNCTION_REFERRING_SAME_EVENT
message argument {0} stateClass
message argument {1} transtionClass
|
static String |
STATE_INDICATOR_CANNOT_EXPOSE_STATE_INDICATOR_FIELD
message argument {0} setter field object
|
static String |
STATE_INDICATOR_CANNOT_EXPOSE_STATE_INDICATOR_SETTER
message argument {0} setter method object
|
static String |
STATE_INDICATOR_CANNOT_FIND_DEFAULT_AND_SPECIFIED_STATE_INDICATOR
message argument {0} class annotated with @LifecycleMeta
|
static String |
STATE_INDICATOR_CONVERTER_INVALID
message argument {0} class annotated with @LifecycleMeta
message argument {1} actual state type
message argument {2} invalid converter
message argument {3} raw type that converter converts
|
static String |
STATE_INDICATOR_CONVERTER_NOT_FOUND
message argument {0} class annotated with @LifecycleMeta
message argument {1} state type
|
static String |
STATE_INDICATOR_MULTIPLE_STATE_INDICATOR_ERROR
message argument {0} class annotated with @LifecycleMeta
|
static String |
STATE_INDICATOR_SETTER_NOT_FOUND
message argument {0} class annotated with @LifecycleMeta
|
static String |
STATE_NON_FINAL_WITHOUT_FUNCTIONS |
static String |
STATE_OVERRIDES_WITHOUT_SUPER_CLASS
message argument {0} stateClass
|
static String |
STATE_SUPER_CLASS_IS_NOT_STATE_META_CLASS
message argument {0} stateClass
message argument {1} superClass
|
static String |
STATEMACHINE_CLASS_WITHOUT_ANNOTATION
message argument {0} state machine class
|
static String |
STATEMACHINE_HAS_ONLY_ONE_SUPER_INTERFACE
message argument {0} state machine class
|
static String |
STATEMACHINE_MULTIPLE_CONDITIONSET
message argument {0} state machine class
|
static String |
STATEMACHINE_MULTIPLE_EVENTSET
message argument {0} state machine class
|
static String |
STATEMACHINE_MULTIPLE_STATESET
message argument {0} state machine class
|
static String |
STATEMACHINE_SUPER_MUST_BE_STATEMACHINE
message argument {0} state machine class
|
static String |
STATEMACHINE_WITHOUT_EVENTSET
message argument {0} state machine class
|
static String |
STATEMACHINE_WITHOUT_INNER_CLASSES_OR_INTERFACES
message argument {0} state machine class
|
static String |
STATEMACHINE_WITHOUT_STATESET
message argument {0} state machine class
|
static String |
STATESET_MULTIPLE_INITAL_STATES
message argument {0} state set class
|
static String |
STATESET_WITHOUT_FINAL_STATE
message argument {0} state set class
|
static String |
STATESET_WITHOUT_INITAL_STATE_AFTER_OVERRIDING_SUPER_INITIAL_STATE
message argument {0} stateClass
message argument {1} superStateClass
|
static String |
STATESET_WITHOUT_INITIAL_STATE
message argument {0} state set class
|
static String |
STATESET_WITHOUT_STATE
message argument {0} state set class
|
static String |
SYNTAX_ERROR_BUNDLE |
static final String SYNTAX_ERROR_BUNDLE
static final String REGISTERED_META_ERROR
static final String STATEMACHINE_SUPER_MUST_BE_STATEMACHINE
static final String STATEMACHINE_HAS_ONLY_ONE_SUPER_INTERFACE
static final String STATEMACHINE_CLASS_WITHOUT_ANNOTATION
static final String STATEMACHINE_WITHOUT_STATESET
static final String STATEMACHINE_MULTIPLE_STATESET
static final String STATEMACHINE_WITHOUT_EVENTSET
static final String STATEMACHINE_MULTIPLE_EVENTSET
static final String STATEMACHINE_WITHOUT_INNER_CLASSES_OR_INTERFACES
static final String STATEMACHINE_MULTIPLE_CONDITIONSET
static final String STATESET_WITHOUT_INITIAL_STATE
static final String STATESET_MULTIPLE_INITAL_STATES
static final String STATESET_WITHOUT_FINAL_STATE
static final String STATESET_WITHOUT_STATE
static final String EVENTSET_WITHOUT_EVENT
static final String EVENT_TYPE_CORRUPT_RECOVER_REDO_REQUIRES_ZERO_PARAMETER
static final String EVENT_CONDITIONAL_CONDITION_NOT_MATCH_JUDGER
static final String EVENT_ILLEGAL_EXTENTION
static final String EVENT_EXTENED_EVENT_CAN_NOT_FOUND_IN_SUPER_STATEMACHINE
static final String FUNCTION_INVALID_EVENT_REFERENCE
static final String FUNCTION_CONDITIONAL_EVENT_WITHOUT_CONDITION
static final String FUNCTION_EVENT_MUST_BE_NOT_ON_END_STATE
static final String FUNCTION_WITH_EMPTY_STATE_CANDIDATES
static final String STATE_NON_FINAL_WITHOUT_FUNCTIONS
static final String STATE_DEFINED_MULTIPLE_FUNCTION_REFERRING_SAME_EVENT
static final String STATE_OVERRIDES_WITHOUT_SUPER_CLASS
static final String STATESET_WITHOUT_INITAL_STATE_AFTER_OVERRIDING_SUPER_INITIAL_STATE
static final String STATE_SUPER_CLASS_IS_NOT_STATE_META_CLASS
static final String FUNCTION_NEXT_STATESET_OF_FUNCTION_INVALID
static final String SHORT_CUT_INVALID
static final String COMPOSITE_STATEMACHINE_SHORTCUT_WITHOUT_END
static final String COMPOSITE_STATEMACHINE_FINAL_STATE_WITHOUT_SHORTCUT
static final String COMPOSITE_STATEMACHINE_SHORTCUT_STATE_INVALID
static final String COMPOSITE_STATEMACHINE_CANNOT_EXTENDS_OWNING_STATEMACHINE
static final String RELATION_INBOUNDWHILE_RELATION_NOT_DEFINED_IN_RELATIONSET
static final String RELATION_ON_ATTRIBUTE_OF_INBOUNDWHILE_NOT_MATCHING_RELATION
static final String RELATION_OTHERWISE_ATTRIBUTE_OF_INBOUNDWHILE_INVALID
static final String RELATION_OTHERWISE_ATTRIBUTE_OF_VALIDWHILE_INVALID
static final String RELATION_VALIDWHILE_RELATION_NOT_DEFINED_IN_RELATIONSET
static final String RELATION_ON_ATTRIBUTE_OF_VALIDWHILE_NOT_MACHING_RELATION
static final String RELATION_RELATED_TO_REFER_TO_NON_STATEMACHINE
static final String LM_EVENT_METHOD_WITH_INVALID_EVENT_REFERENCE
static final String LM_EVENT_NOT_CONCRETED_IN_LM
static final String LM_METHOD_NAME_INVALID
static final String LM_REDO_CORRUPT_RECOVER_EVENT_HAS_ONLY_ONE_METHOD
static final String LM_MUST_CONCRETE_ALL_RELATIONS
static final String LM_REFERENCE_INVALID_RELATION_INSTANCE
static final String LM_RELATION_INSTANCE_MUST_BE_UNIQUE
static final String LM_RELATION_NOT_BE_CONCRETED
static final String LM_RELATION_ON_METHOD_PARAMETER_MUST_SPECIFY_VALUE
static final String LM_CONDITION_NOT_COVERED
static final String LM_CONDITION_REFERENCE_INVALID
static final String LM_CONDITION_MULTIPLE_METHODS_REFERENCE_SAME_CONDITION
static final String LM_CONDITION_OBJECT_DOES_NOT_IMPLEMENT_CONDITION_INTERFACE
static final String STATE_INDICATOR_CANNOT_FIND_DEFAULT_AND_SPECIFIED_STATE_INDICATOR
static final String STATE_INDICATOR_CANNOT_EXPOSE_STATE_INDICATOR_SETTER
static final String STATE_INDICATOR_CANNOT_EXPOSE_STATE_INDICATOR_FIELD
static final String STATE_INDICATOR_SETTER_NOT_FOUND
static final String STATE_INDICATOR_CONVERTER_NOT_FOUND
static final String STATE_INDICATOR_CONVERTER_INVALID
static final String STATE_INDICATOR_MULTIPLE_STATE_INDICATOR_ERROR
static final String CONDITIONSET_MULTIPLE
static final String RELATIONSET_MULTIPLE
static final String RELATION_MULTIPLE_PARENT_RELATION
static final String RELATION_NEED_OVERRIDES_TO_OVERRIDE_SUPER_STATEMACHINE_PARENT_RELATION
static final String RELATION_COMPOSITE_STATE_MACHINE_CANNOT_OVERRIDE_OWNING_PARENT_RELATION
static final String RELATION_NO_RELATED_TO_DEFINED
static final String LIFECYCLE_LOCK_SHOULD_HAVE_NO_ARGS_CONSTRUCTOR
static final String LIFECYCLE_EVENT_HANDLER_MUST_HAVE_NO_ARG_CONSTRUCTOR
static final String PRE_STATE_CHANGE_TO_POST_EVALUATE_STATE_IS_INVALID
static final String PRE_STATE_CHANGE_FROM_STATE_IS_INVALID
static final String PRE_STATE_CHANGE_TO_STATE_IS_INVALID
static final String POST_STATE_CHANGE_FROM_STATE_IS_INVALID
static final String POST_STATE_CHANGE_TO_STATE_IS_INVALID
static final String PRE_STATE_CHANGE_RELATION_INVALID
static final String PRE_STATE_CHANGE_MAPPEDBY_INVALID
static final String POST_STATE_CHANGE_RELATION_INVALID
static final String POST_STATE_CHANGE_MAPPEDBY_INVALID
static final String POST_STATE_CHANGE_OBSERVABLE_NAME_MISMATCH_OBSERVABLE_CLASS
static final String POST_STATE_CHANGE_OBSERVABLE_CLASS_INVALID
static final String PRE_STATE_CHANGE_OBSERVABLE_CLASS_INVALID
static final String PRE_STATE_CHANGE_OBSERVABLE_NAME_MISMATCH_OBSERVABLE_CLASS
static final String ON_EVENT_MAPPEDBY_INVALID
static final String ON_EVENT_EVENT_IS_INVALID
static final String ON_EVENT_OBSERVABLE_CLASS_INVALID
static final String ON_EVENT_RELATION_INVALID
static final String ON_EVENT_OBSERVABLE_NAME_MISMATCH_OBSERVABLE_CLASS
Copyright © 2015. All Rights Reserved.