Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACExceptionHandler
Packages that use ACExceptionHandler
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
-
Uses of ACExceptionHandler in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ACExceptionHandlerModifier and TypeMethodDescriptionACExceptionHandler.reconnect(ADClientAble ohNew, K_SIDE side, Point pos) Reconnects the exception handler.Methods in de.mid.innovator.srv2api.icw2ac that return types with arguments of type ACExceptionHandlerModifier and TypeMethodDescriptionACExecutableNode.getExceptionHandler()The exeption handlers which the node serves as handler body for.ACExecutableNode.getHandler(K_CONTROL_OPTION... behaviourFlags) A set of exception handlers that are examined if an uncaught exception propagates to the outer level of the executable node.ACObjectNode.getHandler()TheACExceptionHandlerwhich theACObjectNodeserves as exception token input for. -
Uses of ACExceptionHandler in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type ACExceptionHandlerModifier and TypeMethodDescriptionCLClassifier.getExceptionHandler()An exception handler is an element that specifies a body to execute in case the specified exception occurs during the execution of the protected node.