Class WindowBuilderException

  • All Implemented Interfaces:
    Serializable, org.apache.commons.lang.exception.Nestable

    public class WindowBuilderException
    extends FormBuilderException

    A specialized exception class used for reporting error conditions related to the window builder.

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

      • WindowBuilderException

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

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

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