org.melati.poem.csv
Class CSVParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.csv.CSVParseException
- All Implemented Interfaces:
- Serializable
public class CSVParseException
- extends RuntimeException
An error in parsing a CSV line.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CSVParseException
public CSVParseException(String s)
- Parameters:
s
- the error message.
Copyright © 2000-2010 PanEris. All Rights Reserved.