com.novell.nds.dirxml.driver.delimitedtext
Class SkipFileException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.novell.nds.dirxml.driver.delimitedtext.SkipFileException
All Implemented Interfaces:
java.io.Serializable

public class SkipFileException
extends java.lang.Exception

If a PreProcessor wants the Delimited Text driver to skip an input file without processing it, it throws this exception. When the driver catches this exception, it will immediately rename or delete the file, according to the input-rename-ext publisher parameter. (If the parameter value is blank, the file will be deleted.)

See Also:
PreProcessor, Serialized Form

Constructor Summary
SkipFileException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SkipFileException

public SkipFileException()