Home Java Exceptions Java AWTException Class Hierarchy Diagram



Java AWTException Class Hierarchy Diagram
Posted on: December 26, 2012 at 12:00 AM
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

Constructor
Description
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.

Related Tags for Java AWTException Class Hierarchy Diagram:


More Tutorials from this section

Ask Questions?    Discuss: Java AWTException Class Hierarchy Diagram  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

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.