|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pebble.web.validation.ValidationError
public class ValidationError
Represents a error that is raised during validation.
Constructor Summary | |
---|---|
ValidationError(java.lang.String message)
Creates a new instance with the given message. |
Method Summary | |
---|---|
java.lang.String |
getMessage()
Gets the message associated with this error. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidationError(java.lang.String message)
message
- the message as a StringMethod Detail |
---|
public java.lang.String getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |