| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception net.sf.anupam.csv.exceptions.CSVOException
CSVOException | public class CSVOException extends Exception (Code) | | A checked exception for CSV Objects framework. This exception is used internally
within the framework.
author: Anupam Sengupta version: $Revision: 1.1 $ |
CSVOException | public CSVOException()(Code) | | Default Constructor.
|
CSVOException | public CSVOException(String message)(Code) | | Constructor accepting a message string.
Parameters: message - the error message |
CSVOException | public CSVOException(String message, Throwable cause)(Code) | | Constructor accepting a message and a root cause exception to embed.
Parameters: message - the error message Parameters: cause - the root cause exception |
CSVOException | public CSVOException(Throwable cause)(Code) | | Constructor accepting the root cause exception to embed.
Parameters: cause - the root cause exception |
|
|
|