public class DmtIllegalStateException extends RuntimeException
| Constructor and Description |
|---|
DmtIllegalStateException()
Create an instance of the exception with no message.
|
DmtIllegalStateException(String message)
Create an instance of the exception with the specified message.
|
DmtIllegalStateException(String message,
Throwable cause)
Create an instance of the exception with the specified message and cause
exception.
|
DmtIllegalStateException(Throwable cause)
Create an instance of the exception with the specified cause exception
and no message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DmtIllegalStateException()
public DmtIllegalStateException(String message)
message - the reason for the exceptionpublic DmtIllegalStateException(Throwable cause)
cause - the cause of the exceptionCopyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0