| Interface | Description |
|---|---|
| HttpStatusCodeAwareException |
Interface to be implemented by exceptions that want to expose an HTTP status code to the response.
|
| Exception | Description |
|---|---|
| HttpProxyException |
Used by
HttpProxy when an error occurs. |
| HttpStatusCodeException |
Exception thrown to cause specific HTTP status code errors
|
| RenderingException |
Throw when an error related to rendering occurs.
|
| ScriptException |
Thrown when script related errors occur.
|
| ScriptNotFoundException |
Thrown when a script can't be found
|
| ScriptRenderingException |
Thrown when an error occurs while rendering the response of a script.
|
| ScriptViewNotFoundException |
Thrown when a usable script view can't be found for a particular script
|
| SiteRegistrationException |
Thrown if an error prevents from registering a site.
|
| UnrecognizableMimeTypeException |
Thrown when a mime type is unrecognizable or unsupported (basically a view can't be found for it).
|
Copyright © 2014 CrafterCMS. All Rights Reserved.