Class UML 2.5::ExceptionHandler
Description:
An ExceptionHandler is an Element that specifies a handlerBody ExecutableNode
to execute in case the specified exception occurs during the execution
of the protected ExecutableNode.
Direct Superclasses: ElementDirect Subclasses: Class Precedence List: ExceptionHandler,
ElementProperties:

exceptionInput :
ObjectNode (1 1); -- source
ExceptionHandlerAn ObjectNode within the handlerBody. When the ExceptionHandler catches
an exception, the exception token is placed on this ObjectNode, causing
the handlerBody to execute.

exceptionType :
Classifier (1 *); -- source
ExceptionHandlerThe Classifiers whose instances the ExceptionHandler catches as exceptions.
If an exception occurs whose type is any exceptionType, the ExceptionHandler
catches the exception and executes the handlerBody.

handlerBody :
ExecutableNode (1 1); -- source
ExceptionHandler
protectedNode :
ExecutableNode (1 1); -- source
ExceptionHandler
ownedComment :
Comment (0 *); -- source
Element
ownedElement :
Element (0 *); -- source
Element
owner :
Element (0 1); -- source
ElementThe Element that owns this Element.
{
readonly}
Derived union with sources: (protectedNode)
Opposite: Element.ownedElement
Constraints:
No additional constraints.
Operations:
No additional operations.
Send questions or comments to
xmi-interop@omg.org.