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. |