|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorMessage
Represents a validation error message
Nested Class Summary | |
---|---|
static class |
ErrorMessage.Type
|
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
Returns the throwable that caused the error |
java.lang.String |
getMessage()
Returns the formatted message |
java.util.List<java.lang.String> |
getStackMessages()
Returns the list of messages for the exception stack that cause the error, ie the list of Throwable.getMessage() from the stack. |
ErrorMessage.Type |
getType()
Returns the type of error message |
Method Detail |
---|
ErrorMessage.Type getType()
java.lang.String getMessage()
java.util.List<java.lang.String> getStackMessages()
java.lang.Throwable getCause()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |