Package io.micronaut.http.exceptions
Class UriSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.http.exceptions.HttpException
io.micronaut.http.exceptions.UriSyntaxException
- All Implemented Interfaces:
Serializable
Thrown when the URI syntax is correct.
- Since:
- 1.0
- Author:
- Graeme Rocher
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UriSyntaxException
- Parameters:
e
- The throwable
-