Package io.micronaut.views.exceptions
Class ViewNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.http.exceptions.HttpException
io.micronaut.http.server.exceptions.HttpServerException
io.micronaut.http.server.exceptions.InternalServerException
io.micronaut.views.exceptions.ViewNotFoundException
- All Implemented Interfaces:
Serializable
public class ViewNotFoundException
extends io.micronaut.http.server.exceptions.InternalServerException
An exception thrown when a view fails to render.
- Since:
- 1.3.1
- Author:
- James Kleeh
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ViewNotFoundException
Constructor.- Parameters:
message
- The message
-