Class FormBuilderException

  • All Implemented Interfaces:
    Serializable, org.apache.commons.lang.exception.Nestable
    Direct Known Subclasses:
    FormActionException, WindowBuilderException

    public class FormBuilderException
    extends org.apache.commons.lang.exception.NestableException

    An exception class for reporting errors of the form builder framework.

    Version:
    $Id: FormBuilderException.java 205 2012-01-29 18:29:57Z oheger $
    Author:
    Oliver Heger
    See Also:
    Serialized Form
    • Constructor Detail

      • FormBuilderException

        public FormBuilderException​(String msg)
        Creates a new instance of FormBuilderException and sets the error message.
        Parameters:
        msg - the error message
      • FormBuilderException

        public FormBuilderException​(Throwable cause)
        Creates a new instance of FormBuilderException and sets the root cause of the exception.
        Parameters:
        cause - the root cause
      • FormBuilderException

        public FormBuilderException​(String msg,
                                    Throwable cause)
        Creates a new instance of FormBuilderException and sets the error message and the root cause.
        Parameters:
        msg - the error message
        cause - the root cause