org.codehaus.waffle.validation
Interface ErrorMessage

All Known Implementing Classes:
BindErrorMessage, FieldErrorMessage, GlobalErrorMessage

public interface ErrorMessage

Represents a validation error message

Author:
Michael Ward, Mauro Talevi

Nested Class Summary
static class ErrorMessage.Type
           
 
Method Summary
 java.lang.String getMessage()
           
 ErrorMessage.Type getType()
           
 

Method Detail

getType

ErrorMessage.Type getType()

getMessage

java.lang.String getMessage()


Copyright © 2008. All Rights Reserved.