public class AWTError extends Error
| Constructor and Description |
|---|
AWTError(String
Constructs an instance of
AWTError with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AWTError(Stringmsg)
AWTError with the specified detail message.
msg - the detail message.