public class

AWTException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.awt.AWTException

Class Overview

Signals that an Absract Window Toolkit exception has occurred.

Summary

Public Constructors
AWTException(String msg)
Constructs an instance of AWTException with the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

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