|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.taleo.integration.client.customstep.util.csv.InvalidCSVFileFormat
public class InvalidCSVFileFormat
Exception raised when the source file is not in the valid character delimited (CSV) format.
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 |
---|
public InvalidCSVFileFormat()
InvalidCsvFileFormat
.
public InvalidCSVFileFormat(java.lang.String pMessage)
InvalidCsvFileFormat
.
pMessage
- The messagepublic InvalidCSVFileFormat(java.lang.Throwable pCause)
InvalidCsvFileFormat
.
pCause
- The causepublic InvalidCSVFileFormat(java.lang.String pMessage, java.lang.Throwable pCause)
InvalidCsvFileFormat
.
pMessage
- The messagepCause
- The cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |