Class BadRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.djrapitops.plan.delivery.web.resolver.exception.BadRequestException
- All Implemented Interfaces:
Serializable
Throw this exception when a Resolver gets invalid query for JSON.
Plan will construct bad request error json automatically.
Note that you might need to handle the error page, which is json: {"status": 400, "error": "message"}
- See Also:
- Serialized Form
-
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
-
BadRequestException
-