In this section we will discuss about the class hierarchy of AWTException Class in Java.
Java AWTException Class Hierarchy Diagram
In this section we will discuss about the class hierarchy of AWTException Class in Java.
This class extends the java.lang.Exception class. This exception indicates an Abstract Window Toolkit exception. A Hierarchy diagram of this exception class is given below :
Constructor Detail
AWTException(String msg) | This constructor creates a new AWTException object with the specified
message. Syntax : public AWTException(String msg) |
Method Detail
This class doesn't define its own method. Methods in this class are inherited from its parent classes.