Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Class
Next Class
Sample
Document
Class java.awt.AWTException
Inherited members: ShowHide
Deprecated: ShowHide
View: ClientSubclassPackageImplementation
java.awt

Class AWTException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.awt.AWTException
  • All Implemented Interfaces:
    java.io.Serializable
    public class AWTException extends java.lang.Exception
    Signals that an Absract Window Toolkit exception has occurred.
    See Also:
    Serialized Form
    • Constructors 
      Constructor and Description
      Ordinary member indicator AWTException Reveal DetailHide Detail
      AWTException(java.lang.String msg)
      Constructs an instance of AWTException with the specified detail message.
      public AWTException(java.lang.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
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge