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.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Java AWTException Class Hierarchy Diagram
Post your Comment