public class IllegalComponentStateException extends IllegalStateException
| Constructor and Description |
|---|
IllegalComponentStateException()
Constructs an IllegalComponentStateException with no detail message.
|
IllegalComponentStateException(String s)
Constructs an IllegalComponentStateException with the specified detail
message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalComponentStateException()
public IllegalComponentStateException(String s)
s - the String that contains a detailed messageDracula Javadoc Sample, Made with Allan Im.