public class java.awt
AWTException


Show All Login
Java SE 6
  
Extends: Throwable > Exception
Details
Signals that an Absract Window Toolkit exception has occurred.
version1.17 11/17/05

Constructors
public AWTException(String msg) Details
Constructs an instance of AWTException with the specified detail message. A detail message is an instance of String that describes this particular exception.
msgthe detail message
sinceJDK1.0