com.csvreader
Class CsvReader.FinalizedException

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

public class CsvReader.FinalizedException
extends Exception

Methods are being called on an object that has already been finalized.

See Also:
Serialized Form

Constructor Summary
CsvReader.FinalizedException()
           
 
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.FinalizedException

public CsvReader.FinalizedException()