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

Packages that use ExitBranchException
com.ibm.di.function Provides useful functions for the Tivoli Directory Integrator. 
 

Uses of ExitBranchException in com.ibm.di.function
 

Methods in com.ibm.di.function that throw ExitBranchException
 void UserFunctions.exitBranch()
          Throws an ExitBranchException that tells the AssemblyLine to exit the current branch/loop.
 void UserFunctions.exitBranch(String name)
          Throws an ExitBranchException that tells the AssemblyLine to exit the named branch/loop.
 void UserFunctions.exitFlow()
          Throws an ExitBranchException that tells the AssemblyLine to not execute any more of the Flow Section components.
 void UserFunctions.exitFlow(boolean skipResponse)
          Throws an ExitBranchException that tells the AssemblyLine to not execute any more of the Flow Section components.