Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACExceptionHandler
-
Packages that use ACExceptionHandler Package Description de.mid.innovator.srv2api.icw2ac Activity modeling emphasizes the sequence and conditions for coordinating lower-level behaviors, rather than which classifiers own those behaviors.de.mid.innovator.srv2api.icw2class 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 ACExceptionHandler Modifier and Type Method Description ACExceptionHandler
ACExceptionHandler. reconnect(ADClientAble ohNew, K_SIDE side, java.awt.Point pos)
Reconnects the exception handler.Methods in de.mid.innovator.srv2api.icw2ac that return types with arguments of type ACExceptionHandler Modifier and Type Method Description java.util.List<ACExceptionHandler>
ACExecutableNode. getExceptionHandler(K_CONTROL_OPTION... behaviourFlags)
The exeption handlers which the node serves as handler body for.java.util.List<ACExceptionHandler>
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.java.util.List<ACExceptionHandler>
ACObjectNode. getHandler(K_CONTROL_OPTION... behaviourFlags)
TheACExceptionHandler
which theACObjectNode
serves 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 ACExceptionHandler Modifier and Type Method Description java.util.List<ACExceptionHandler>
CLClassifier. 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.
-