de.mguennewig.pobjects
Class PObjConstraintException.Entry
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PObjConstraintException.Entry
public PObjConstraintException.Entry(Column column,
java.lang.String msg,
Constraint constraint)
- Throws:
java.lang.IllegalArgumentException - if no message given.
getColumn
public final Column getColumn()
getMsg
public final java.lang.String getMsg()
getConstraint
public final Constraint getConstraint()