com.taleo.integration.client.customstep.util.csv
Class InvalidCSVFileFormat

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.taleo.integration.client.customstep.util.csv.InvalidCSVFileFormat
All Implemented Interfaces:
java.io.Serializable

public class InvalidCSVFileFormat
extends java.lang.Exception

Exception raised when the source file is not in the valid character delimited (CSV) format.

Author:
gduchesneau
See Also:
Serialized Form

Constructor Summary
InvalidCSVFileFormat()
          Constructs a InvalidCsvFileFormat.
InvalidCSVFileFormat(java.lang.String pMessage)
          Constructs a InvalidCsvFileFormat.
InvalidCSVFileFormat(java.lang.String pMessage, java.lang.Throwable pCause)
          Constructs a InvalidCsvFileFormat.
InvalidCSVFileFormat(java.lang.Throwable pCause)
          Constructs a InvalidCsvFileFormat.
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidCSVFileFormat

public InvalidCSVFileFormat()
Constructs a InvalidCsvFileFormat.


InvalidCSVFileFormat

public InvalidCSVFileFormat(java.lang.String pMessage)
Constructs a InvalidCsvFileFormat.

Parameters:
pMessage - The message

InvalidCSVFileFormat

public InvalidCSVFileFormat(java.lang.Throwable pCause)
Constructs a InvalidCsvFileFormat.

Parameters:
pCause - The cause

InvalidCSVFileFormat

public InvalidCSVFileFormat(java.lang.String pMessage,
                            java.lang.Throwable pCause)
Constructs a InvalidCsvFileFormat.

Parameters:
pMessage - The message
pCause - The cause