We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9954db commit cef56e4Copy full SHA for cef56e4
1 file changed
docs/asciidoc/error-handler.adoc
@@ -1,7 +1,7 @@
1
== Error Handler
2
3
Jooby catches application exception using the javadoc:ErrorHandler[] class. The
4
-javadoc:ErrorHandler[DEFAULT] error handler produces simple HTML page or JSON based on the value
+javadoc:DefaultErrorHandler[] error handler produces simple HTML page or JSON based on the value
5
of the `ACCEPT` header and log the exception.
6
7
.HTML:
@@ -32,7 +32,7 @@ io.jooby.StatusCodeException: Not found
32
at java.lang.Thread.run(Thread.java:748)
33
----
34
35
-The javadoc:StatusCodeException[] works as generic exception that let you specify an status code.
+The javadoc:exception.StatusCodeException[] works as generic exception that let you specify an status code.
36
37
38
throw new StatusCodeException(StatusCode.FORBIDDEN);
0 commit comments