PDAP Public Review Draft

java.awt
Class AWTError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--java.awt.AWTError

public class AWTError
extends java.lang.Error

Thrown when a serious Abstract Window Toolkit error has occurred.


Constructor Summary
AWTError(java.lang.String msg)
          Constructs an instance of AWTError with the specified detail message.
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AWTError

public AWTError(java.lang.String msg)
Constructs an instance of AWTError with the specified detail message.
Parameters:
msg - the detail message.
Since:
JDK1.0

PDAP 1.0 Spec, Rev. 0.16