de.mguennewig.pobjects
Class PObjConstraintException.Entry

java.lang.Object
  extended by de.mguennewig.pobjects.PObjConstraintException.Entry
Enclosing class:
PObjConstraintException

public static class PObjConstraintException.Entry
extends java.lang.Object

Helper class holding data on an exception entry.

Each entry identifies a column, a textual description and optionally the constraint in question.


Constructor Summary
PObjConstraintException.Entry(Column column, java.lang.String msg, Constraint constraint)
           
 
Method Summary
 Column getColumn()
           
 Constraint getConstraint()
           
 java.lang.String getMsg()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PObjConstraintException.Entry

public PObjConstraintException.Entry(Column column,
                                     java.lang.String msg,
                                     Constraint constraint)
Throws:
java.lang.IllegalArgumentException - if no message given.
Method Detail

getColumn

public final Column getColumn()

getMsg

public final java.lang.String getMsg()

getConstraint

public final Constraint getConstraint()