Exception | Description |
---|---|
Continue |
Allows for a method to indicate that it want to continue in the Loop that calls it.
|
ExecutionPreventedException |
Any type of custom behavior that prevented further execution based on some reason, logic, property.
|
MetaDataException |
An exception with a
JSONObject (map) of fieldName and error value or message.Note: Though a map it follows JSON convention; which means adding a null value will result in no key-pair. |
PartialTransactionException |
Some events/transactions like say a content Publish is a NON-Transactional event.
|
PayLoadException |
Exception on a a Bean/PayLoad
|
ReadOnlyException |
Dont allow any change
|
Warning |
A
RuntimeException that allows an error to be treated as a Warning rather than an error.Similar to Continue but this is a RutimeException unlike a checked Exception and one can also set the Warning.severe ity. |
WrappedRuntimeException |
Indicates there was an
Exception but was wrapped in this RuntimeException since the method did not support a throws clause. |
Copyright © 2018. All rights reserved.