Class CSVOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.anupam.csv.exceptions.CSVOException
All Implemented Interfaces:
Serializable

public class CSVOException extends Exception
A checked exception for CSV Objects framework. This exception is used internally within the framework.
Version:
$Revision$
Author:
Anupam Sengupta
See Also:
  • Constructor Details

    • CSVOException

      public CSVOException()
      Default Constructor.
    • CSVOException

      public CSVOException(String message)
      Constructor accepting a message string.
      Parameters:
      message - the error message
    • CSVOException

      public CSVOException(String message, Throwable cause)
      Constructor accepting a message and a root cause exception to embed.
      Parameters:
      message - the error message
      cause - the root cause exception
    • CSVOException

      public CSVOException(Throwable cause)
      Constructor accepting the root cause exception to embed.
      Parameters:
      cause - the root cause exception