public class AWTException extends Exception
| Constructor and Description |
|---|
AWTException(String
Constructs an instance of
AWTException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AWTException(Stringmsg)
AWTException with the specified detail message. A detail message is an instance of
String that describes this particular exception.
msg - the detail message