public class InvalidStateException extends RuntimeException
| Constructor and Description |
|---|
InvalidStateException()
Instantiates a new invalid state exception.
|
InvalidStateException(String message)
Instantiates a new invalid state exception.
|
InvalidStateException(String message,
Throwable cause)
Instantiates a new invalid state exception.
|
InvalidStateException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new invalid state exception.
|
InvalidStateException(Throwable cause)
Instantiates a new invalid state exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidStateException()
public InvalidStateException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - the messagecause - the causeenableSuppression - the enable suppressionwritableStackTrace - the writable stack tracepublic InvalidStateException(String message, Throwable cause)
message - the messagecause - the causepublic InvalidStateException(String message)
message - the messagepublic InvalidStateException(Throwable cause)
cause - the causeCopyright © 2010–2018 Eclipse Foundation. All rights reserved.