|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.dpml.metro.ValidationException.Issue
public static final class 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 message| Method Detail |
|---|
public String getKey()
public String getMessage()
public boolean equals(Object other)
equals in class Objectother - the other object
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||