diff options
Diffstat (limited to 'src/com/p4square/grow/frontend/ErrorPage.java')
| -rw-r--r-- | src/com/p4square/grow/frontend/ErrorPage.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/p4square/grow/frontend/ErrorPage.java b/src/com/p4square/grow/frontend/ErrorPage.java index 39aae93..61f6a35 100644 --- a/src/com/p4square/grow/frontend/ErrorPage.java +++ b/src/com/p4square/grow/frontend/ErrorPage.java @@ -36,6 +36,9 @@ public class ErrorPage extends WriterRepresentation { public static final ErrorPage BACKEND_ERROR = new ErrorPage("Error communicating with backend."); + public static final ErrorPage NOT_FOUND = + new ErrorPage("The requested URL could not be found."); + private static Template cTemplate = null; private static Map<String, Object> cRoot = null; |
