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 void
UserFunctions. continueLoop()
Throws a ContinueloopException to tell the AssemblyLine to continue with the next value in the loop.void
UserFunctions. continueLoop(java.lang.String name)
Throws a ContinueLoopException to tell the AssemblyLine to continue with the next value in the named loop.
-