Exception Summary |
ActionNotFoundException |
Reports that an Action could not be found |
BusinessException |
Deprecated. use LocaleAwareException instead. |
ConfigException |
Denotes an error in the configuration |
ConverterNotFoundException |
Thrown when a default Converter could not be found for a property |
EntityNotFoundException |
An error produced when a persitent entity could not be found. |
EventNotFoundException |
Thrown when the developer asks for an Event that does not exist |
HttpException |
This exception can be used at any moment to return the specified HTTP error code to the browser. |
InternalValidationException |
Exception launched when a ValidationMethod method throws an exception |
LocaleAwareException |
Locale-dependent exceptions. |
LocaleAwarePersistenceException |
Exceptions that may be raised when managing entities |
MalformedPropertyPathException |
Denotes a malformed property path, that is a path that is recognized as valid
but not well-formed, for example if it misses a required index for a collection or map property |
MethodNotFoundException |
An error produced by a missing method. |
MissingRequiredPropertyException |
Thrown when a required property is missing. |
OptimisticLockException |
Exception thrown when an optimistic locking conflict occurs. |
ParameterException |
A parameter was missing when building a URI |
ParseException |
Error while parsing with ANTLR |
PropertyNotFoundException |
An error produced by a incorrect property definition:
missing access methods, missing field, etc. |
RuntimeFileNotFoundException |
An unchecked FileNotFoundException class |
SyntaxError |
Thrown when the minification fails due to a javascript/CSS syntax error |
UnhandledValidationErrorsException |
This exception is raised when there are validation errors but there is no user form to redirect to. |
UploadedFileNotFoundException |
Thrown when a previously uploaded file is not found |
WorkflowInterruption |
Thrown when the workflow execution must be interrupted. |
WrappedException |
A converter from checked to uncheckedException that should be discarded when
the real error is displayed to the user. |