com.devexperts.io
Class CSVFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.