Package | Description |
---|---|
com.massa.mrules.exception | |
com.massa.mrules.factory.xml |
Modifier and Type | Class and Description |
---|---|
class |
MAccessorException
Exception raised when a problem occurs while evaluating an
IReadAccessor . |
class |
MActionExecutionException
Execption raised when a problem occured while executing an
IAction . |
class |
MConditionEvaluationException
Exception raised when a problem occurs while evaluating an
ICondition . |
class |
MConfigurationException
Execption raised when a problem occured while executing an
IAction . |
class |
MExecutionException
Execption raised when a problem occured while executing an
IExecutable or one of its sub treatment. |
class |
MInvalidHandleException
Raised when requesting an unsupported session type.
|
class |
MInvalidRuleSessionException
Raised when requesting an unsupported session type.
|
class |
MRuleExecutionSetCreateException
Execption raised when a problem occured while executing an
IAction . |
class |
MRuleInternalException
Internal Exception.
|
class |
MRuleInternalRuntimeException
Internal runtime Exception.
|
class |
MRuleSessionCreateException
Raised when requesting an unsupported session type.
|
class |
MRuleSessionTypeUnsupportedException
Raised when requesting an unsupported session type.
|
class |
MRuleValidationException
Execption raised when a problem occured while executing an
IAction . |
Modifier and Type | Method and Description |
---|---|
static Throwable |
IMRulesException.Utils.getCause(IMRulesException src,
Class<? extends IMRulesException> caller) |
Modifier and Type | Method and Description |
---|---|
static Throwable |
IMRulesException.Utils.getCause(IMRulesException src,
Class<? extends IMRulesException> caller) |
Modifier and Type | Class and Description |
---|---|
class |
XMLMConfigurationException
Exception raised during XML rule parsing, allowing to have line number.
|
Constructor and Description |
---|
XMLMConfigurationException(IMRulesException src) |
XMLMConfigurationException(IMRulesException src,
Integer line) |