Uses of Class
com.ibm.di.exceptions.ExitBranchException
-
Packages that use ExitBranchException Package Description com.ibm.di.function Provides useful functions for the Security Verify Directory Integrator. -
-
Uses of ExitBranchException in com.ibm.di.function
Methods in com.ibm.di.function that throw ExitBranchException Modifier and Type Method Description voidUserFunctions. exitBranch()Throws an ExitBranchException that tells the AssemblyLine to exit the current branch/loop.voidUserFunctions. exitBranch(java.lang.String name)Throws an ExitBranchException that tells the AssemblyLine to exit the named branch/loop.voidUserFunctions. exitFlow()Throws an ExitBranchException that tells the AssemblyLine to not execute any more of the Flow Section components.voidUserFunctions. exitFlow(boolean skipResponse)Throws an ExitBranchException that tells the AssemblyLine to not execute any more of the Flow Section components.
-