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