Package de.mid.innovator.srv2api.icw2ac
Class ACExceptionHandlerHelper
java.lang.Object
de.mid.innovator.srv2api.icw2ac.ACExceptionHandlerHelper
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.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidmaintainExceptionTypes(SrvContext srvCtx, List<? extends ELElement> seq)
-
Method Details
-
maintainExceptionTypes
public static void maintainExceptionTypes(SrvContext srvCtx, List<? extends ELElement> seq) throws InoNetException, SrvErrorException - Parameters:
srvCtx- The context of the related innovator server.seq- List of ELElement- Throws:
InoNetExceptionSrvErrorException
-