public class java.awt
AWTError


Hide details Login
Java SE 6
  
Extends: Throwable > Error

Thrown when a serious Abstract Window Toolkit error has occurred.
version1.16 11/17/05

Constructors
public AWTError(String msg)
Constructs an instance of AWTError with the specified detail message.
msgthe detail message.
sinceJDK1.0