org.melati.poem.csv
Class NoPrimaryKeyInCSVTableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.csv.NoPrimaryKeyInCSVTableException
- All Implemented Interfaces:
- Serializable
public class NoPrimaryKeyInCSVTableException
- extends RuntimeException
Thrown when no primary key is set.
- See Also:
- Serialized Form
NoPrimaryKeyInCSVTableException
public NoPrimaryKeyInCSVTableException(String tableName,
String cvsValue)
- Parameters:
tableName
- name of table missing primary keycvsValue
- value of field
getMessage
public String getMessage()
-
- Overrides:
getMessage
in class Throwable
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.