CSVObjects Framework

net.sf.anupam.csv.exceptions
Class CSVOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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: 1.1 $
Author:
Anupam Sengupta
See Also:
Serialized Form

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

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

SourceForge.net Logo

© Anupam Sengupta 2005