org.melati.poem.csv
Class CSVPrimaryKeyColumnAlreadySetException

Package class diagram package CSVPrimaryKeyColumnAlreadySetException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.melati.poem.csv.CSVPrimaryKeyColumnAlreadySetException
All Implemented Interfaces:
Serializable

public class CSVPrimaryKeyColumnAlreadySetException
extends RuntimeException

Thrown when an attempt to set a second field as a primary key is made.

See Also:
Serialized Form

Constructor Summary
CSVPrimaryKeyColumnAlreadySetException(String tableName)
           
 
Method Summary
 String getMessage()
          
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSVPrimaryKeyColumnAlreadySetException

public CSVPrimaryKeyColumnAlreadySetException(String tableName)
Parameters:
tableName - the table in which we tried to create a second primary key.
Method Detail

getMessage

public String getMessage()

Overrides:
getMessage in class Throwable
See Also:
Throwable.getMessage()


Copyright © 2000-2010 PanEris. All Rights Reserved.