org.melati.poem.csv
Class CSVWriteDownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.csv.CSVWriteDownException
- All Implemented Interfaces:
- Serializable
public class CSVWriteDownException
- extends RuntimeException
Thrown when there is an error writing a CSV value to the database.
- Author:
- tim.pizey
- See Also:
- Serialized Form
CSVWriteDownException
public CSVWriteDownException(String tableName,
int lineNo,
Exception e)
- Report an error on a line.
- Parameters:
tableName
- name of table missing primary keylineNo
- the line number of the CSV filee
- the provoking exception
getMessage
public String getMessage()
-
- Overrides:
getMessage
in class Throwable
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.