com.devexperts.io
Class CSVFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.devexperts.io.CSVFormatException
All Implemented Interfaces:
Serializable

public class CSVFormatException
extends IOException

Signals that input stream does not conform to the CSV format. See RFC 4180 for CSV format specification.

See Also:
Serialized Form

Constructor Summary
CSVFormatException()
          Constructs a CSVFormatException without detail message.
CSVFormatException(String s)
          Constructs a CSVFormatException with specified detail message.
 
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

CSVFormatException

public CSVFormatException()
Constructs a CSVFormatException without detail message.


CSVFormatException

public CSVFormatException(String s)
Constructs a CSVFormatException with specified detail message.



Copyright © 2013 Devexperts. All Rights Reserved.