Packageorg.spicefactory.parsley.core.messaging
Classpublic class ErrorPolicy
InheritanceErrorPolicy Inheritance Object

Enumeration for the policy to apply for unhandled errors.



Public Constants
 ConstantDefined By
  ABORT : ErrorPolicy
[static] Constant for the policy that causes message processing to abort after an error has been thrown by a message receiver.
ErrorPolicy
  IGNORE : ErrorPolicy
[static] Constant for the policy that causes message processing to continue after an error has been thrown by a message receiver.
ErrorPolicy
  RETHROW : ErrorPolicy
[static] Constant for the policy that causes errors thrown by message receivers to be rethrown.
ErrorPolicy
Constant Detail
ABORTConstant
public static const ABORT:ErrorPolicy

Constant for the policy that causes message processing to abort after an error has been thrown by a message receiver.

IGNOREConstant 
public static const IGNORE:ErrorPolicy

Constant for the policy that causes message processing to continue after an error has been thrown by a message receiver.

RETHROWConstant 
public static const RETHROW:ErrorPolicy

Constant for the policy that causes errors thrown by message receivers to be rethrown.