Exception
Table of Contents
Classes
- IdentifierNotValidException
- This exception is thrown if the "identifier" for a Form, a Page or a Form Element
is invalid (i.e. empty or not a string)
- RenderingException
- This exception is thrown if a rendering error occurs
- TypeDefinitionNotFoundException
- This exception is thrown if a Type Definition for a form element was not found,
or if the implementationClassName was not set.
- TypeDefinitionNotValidException
- This exception is thrown if a Type Definition for a form element was not valid,
i.e. it has properties which are not supported.
- UnknownCompositRenderableException
- This exception is thrown if the ArrayFormFactory want to create child
elements within a unknown composite renderable.