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
ExceptionHandler
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
ElementConstraints:
No additional constraints.
Operations:
No additional operations.
Send questions or comments to
[email protected].