com.continuent.tungsten.common.csv
Class CsvException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.continuent.tungsten.common.csv.CsvException
All Implemented Interfaces:
java.io.Serializable

public class CsvException
extends java.lang.Exception

Denotes an error that occurs while reading or writing a CSV file.

Author:
Robert Hodges
See Also:
Serialized Form

Constructor Summary
CsvException(java.lang.String msg)
           
CsvException(java.lang.String msg, java.lang.Throwable cause)
           
 
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

CsvException

public CsvException(java.lang.String msg)

CsvException

public CsvException(java.lang.String msg,
                    java.lang.Throwable cause)