Serialized Form
-
Package org.fastnate.data
-
Exception Class org.fastnate.data.DataImportException
class DataImportException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
column
int column
The optional column that had the error (-1 if unknown). -
file
String file
The optional file name that had the error. -
line
int line
The optional line that had the error (-1 if unknown).
-
-