com.mchange.v2.csv
Class MalformedCsvException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mchange.lang.PotentiallySecondaryException
              extended by com.mchange.v2.csv.MalformedCsvException
All Implemented Interfaces:
PotentiallySecondary, Serializable

public class MalformedCsvException
extends PotentiallySecondaryException

See Also:
Serialized Form

Constructor Summary
MalformedCsvException()
           
MalformedCsvException(String msg)
           
MalformedCsvException(String msg, Throwable t)
           
MalformedCsvException(Throwable t)
           
 
Method Summary
 
Methods inherited from class com.mchange.lang.PotentiallySecondaryException
getNestedThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedCsvException

public MalformedCsvException(String msg,
                             Throwable t)

MalformedCsvException

public MalformedCsvException(Throwable t)

MalformedCsvException

public MalformedCsvException(String msg)

MalformedCsvException

public MalformedCsvException()