| Package | org.spicefactory.parsley.core.messaging |
| Class | public class ErrorPolicy |
| Inheritance | ErrorPolicy Object |
| Constant | Defined 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 | ||
| ABORT | Constant |
public static const ABORT:ErrorPolicyConstant for the policy that causes message processing to abort after an error has been thrown by a message receiver.
| IGNORE | Constant |
public static const IGNORE:ErrorPolicyConstant for the policy that causes message processing to continue after an error has been thrown by a message receiver.
| RETHROW | Constant |
public static const RETHROW:ErrorPolicyConstant for the policy that causes errors thrown by message receivers to be rethrown.