Module quak.framework.web
Class InvalidRequestHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.john.amiscaray.quak.web.controller.exception.InvalidRequestHandlerException
- All Implemented Interfaces:
Serializable
Thrown when the
WebStarter finds an incorrectly defined handler method.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidRequestHandlerException(Class<?> controllerClass, Method handlerMethod) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidRequestHandlerException
-