Uses of Class
com.ibm.di.exceptions.ContinueLoopException

Packages that use ContinueLoopException
com.ibm.di.function   
 

Uses of ContinueLoopException in com.ibm.di.function
 

Methods in com.ibm.di.function that throw ContinueLoopException
 void UserFunctions.continueLoop()
          Throws a ContinueloopException to tell the AssemblyLine to continue with the next value in the loop.
 void UserFunctions.continueLoop(String name)
          Throws a ContinueLoopException to tell the AssemblyLine to continue with the next value in the named loop.