com.csvreader
Class CsvWriter.FinalizedException

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

public class CsvWriter.FinalizedException
extends Exception

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

See Also:
Serialized Form

Constructor Summary
CsvWriter.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

CsvWriter.FinalizedException

public CsvWriter.FinalizedException()