Class FormBuilderRuntimeException

  • All Implemented Interfaces:
    Serializable

    public class FormBuilderRuntimeException
    extends RuntimeException

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

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

      • FormBuilderRuntimeException

        public FormBuilderRuntimeException​(String msg)
        Creates a new instance of FormBuilderRuntimeException and initializes it with an error message.
        Parameters:
        msg - the error message
      • FormBuilderRuntimeException

        public FormBuilderRuntimeException​(Throwable cause)
        Creates a new instance of FormBuilderRuntimeException and initializes it with a root cause.
        Parameters:
        cause - the root cause
      • FormBuilderRuntimeException

        public FormBuilderRuntimeException​(String msg,
                                           Throwable cause)
        Creates a new instance of FormBuilderRuntimeException and initializes it with an error message and a root cause,
        Parameters:
        msg - the error message
        cause - the root cause