Package mops.presentation.error
Interface PresentationError
-
- All Known Implementing Classes:
ExceptionPresentationError
,MessagePresentationError
public interface PresentationError
An error to be shown in the web template.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getMessage()
Get the error message.
-