Package de.mid.innovator.srv2api.icw2ac
Class ACExceptionHandlerHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2ac.ACExceptionHandlerHelper
-
public abstract class ACExceptionHandlerHelper extends java.lang.Object
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:
ACExceptionHandler
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
maintainExceptionTypes(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
-
-
-
Method Detail
-
maintainExceptionTypes
public static void maintainExceptionTypes(SrvContext srvCtx, java.util.List<? extends ELElement> seq) throws InoNetException, SrvErrorException
- Parameters:
srvCtx
- The context of the related innovator server.seq
- List of ELElement- Throws:
InoNetException
SrvErrorException
-
-