public class SMEVRuntimeException extends SMEVException
Constructor and Description |
---|
SMEVRuntimeException()
Instantiates a new Smev runtime exception.
|
SMEVRuntimeException(String message)
Instantiates a new Smev runtime exception.
|
SMEVRuntimeException(String message,
Throwable cause)
Instantiates a new Smev runtime exception.
|
SMEVRuntimeException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new Smev runtime exception.
|
SMEVRuntimeException(Throwable cause)
Instantiates a new Smev runtime exception.
|
reThrowCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SMEVRuntimeException()
public SMEVRuntimeException(String message)
message
- the messagepublic SMEVRuntimeException(String message, Throwable cause)
message
- the messagecause
- the causepublic SMEVRuntimeException(Throwable cause)
cause
- the causepublic SMEVRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- the messagecause
- the causeenableSuppression
- the enable suppressionwritableStackTrace
- the writable stack traceCopyright © 2017. All rights reserved.