|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.dpml.metro.ValidationException.Issue
Issue implementation.
Constructor Summary | |
ValidationException.Issue(String key,
String message)
Creation of a new issue. |
Method Summary | |
boolean |
equals(Object other)
Test is the supplied object is equal to this object. |
String |
getKey()
Return the issue key. |
String |
getMessage()
Return the issue message. |
int |
hashCode()
Return the hashcode for the object. |
String |
toString()
Return a string representation of the type. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ValidationException.Issue(String key, String message)
key
- the keymessage
- the messageMethod Detail |
public String getKey()
public String getMessage()
public boolean equals(Object other)
other
- the other object
public int hashCode()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |