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 void
UserFunctions. exitBranch()
Throws an ExitBranchException that tells the AssemblyLine to exit the current branch/loop.void
UserFunctions. exitBranch(java.lang.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.
-