com.csvreader
Class CsvReader.CatastrophicException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.csvreader.CsvReader.CatastrophicException
All Implemented Interfaces:
Serializable
Enclosing class:
CsvReader

public class CsvReader.CatastrophicException
extends Exception

A critical exception has occurred internally within an object.

See Also:
Serialized Form

Constructor Summary
CsvReader.CatastrophicException(String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CsvReader.CatastrophicException

public CsvReader.CatastrophicException(String message)