org.riotfamily.forms.factory
Class FormDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.riotfamily.forms.factory.FormDefinitionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FormRepositoryException
public class FormDefinitionException
- extends NestedRuntimeException
Exception to be thrown by element factories to indicate configuration errors.
Note: This is an unchecked (runtime) exception as these kinds of errors are
always considered fatal.
- See Also:
- Serialized Form
FormDefinitionException
public FormDefinitionException(String msg)
FormDefinitionException
public FormDefinitionException(String msg,
Throwable ex)