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

Packages that use IgnoreEntryException
com.ibm.di.function   
 

Uses of IgnoreEntryException in com.ibm.di.function
 

Methods in com.ibm.di.function that throw IgnoreEntryException
 void UserFunctions.ignoreEntry()
          Throws an IgnoreEntryException to tell the AssemblyLine to skip the current Connector and continue with the next Connector in the AssemblyLine.
 void UserFunctions.ignoreEntry(String msg)
          Throws an IgnoreEntryException to tell the AssemblyLine to skip the current Connector and continue with the next Connector in the AssemblyLine.