Class GUIRuntimeException

  • All Implemented Interfaces:
    Serializable

    public class GUIRuntimeException
    extends RuntimeException

    An exception class for reporting GUI related runtime errors.

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

      • GUIRuntimeException

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

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

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