java.awt
public class: AWTException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.awt.AWTException
All Implemented Interfaces:
Serializable
Signals that an Absract Window Toolkit exception has occurred.
- author:
Arthur - van Hoff
| Constructor: |
public AWTException(String msg) {
super(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 from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |