org.riotfamily.forms.factory
Class FormDefinitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by 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

Constructor Summary
FormDefinitionException(String msg)
           
FormDefinitionException(String msg, Throwable ex)
           
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormDefinitionException

public FormDefinitionException(String msg)

FormDefinitionException

public FormDefinitionException(String msg,
                               Throwable ex)