com.silverpeas.mydb.data.key
Class ForeignKeyError
java.lang.Object
  
com.silverpeas.mydb.data.key.ForeignKeyError
public class ForeignKeyError
- extends Object
 
Error linked to a table foreign key.
- Author:
 
  - Antoine HEDIN
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ERROR_TYPE
public static final int ERROR_TYPE
- See Also:
 - Constant Field Values
 
ERROR_SIZE
public static final int ERROR_SIZE
- See Also:
 - Constant Field Values
 
ForeignKeyError
public ForeignKeyError(String column,
                       String label,
                       int type,
                       int correctedValue)
getColumn
public String getColumn()
 
getLabel
public String getLabel()
 
getType
public int getType()
 
getCorrectedValue
public int getCorrectedValue()
 
Copyright © 2016 Silverpeas. All Rights Reserved.