Package io.micronaut.views.exceptions
Class ViewNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.views.exceptions.ViewNotFoundException
- All Implemented Interfaces:
Serializable
An exception thrown when a view fails to render.
- Since:
- 1.3.1
- Author:
- James Kleeh
- 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
-
ViewNotFoundException
Constructor.- Parameters:
message
- The message
-