Class AWTException

    • Constructor Detail

      • AWTException

        public AWTException(String msg)
        Constructs an instance of AWTException with the specified detail message. A detail message is an instance of String that describes this particular exception.
        Parameters:
        msg - the detail message
        Since:
        JDK1.0