Uses of Class
com.ibm.di.exceptions.ContinueLoopException
-
Packages that use ContinueLoopException Package Description com.ibm.di.function Provides useful functions for the Security Verify Directory Integrator. -
-
Uses of ContinueLoopException in com.ibm.di.function
Methods in com.ibm.di.function that throw ContinueLoopException Modifier and Type Method Description voidUserFunctions. continueLoop()Throws a ContinueloopException to tell the AssemblyLine to continue with the next value in the loop.voidUserFunctions. continueLoop(java.lang.String name)Throws a ContinueLoopException to tell the AssemblyLine to continue with the next value in the named loop.
-