|
CSVObjects Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sf.anupam.csv.exceptions.CSVOException
public class CSVOException
A checked exception for CSV Objects framework. This exception is used internally within the framework.
Constructor Summary | |
---|---|
CSVOException()
Default Constructor. |
|
CSVOException(String message)
Constructor accepting a message string. |
|
CSVOException(String message,
Throwable cause)
Constructor accepting a message and a root cause exception to embed. |
|
CSVOException(Throwable cause)
Constructor accepting the root cause exception to embed. |
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 CSVOException()
public CSVOException(String message)
message
- the error messagepublic CSVOException(String message, Throwable cause)
message
- the error messagecause
- the root cause exceptionpublic CSVOException(Throwable cause)
cause
- the root cause exception
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |