public class SubstitutionDocRuntimeException extends RuntimeException
RuntimeException.| Constructor and Description |
|---|
SubstitutionDocRuntimeException()
Call a super
RuntimeException.RuntimeException() constructor |
SubstitutionDocRuntimeException(String message)
Call a super
RuntimeException.RuntimeException(String) constructor |
SubstitutionDocRuntimeException(String message,
Throwable cause)
Call a super
RuntimeException.RuntimeException(String, Throwable) constructor |
SubstitutionDocRuntimeException(Throwable throwable)
Call a super
RuntimeException.RuntimeException(Throwable) constructor |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SubstitutionDocRuntimeException()
RuntimeException.RuntimeException() constructorpublic SubstitutionDocRuntimeException(String message)
RuntimeException.RuntimeException(String) constructormessage - see the RuntimeException.RuntimeException(String) method descriptionpublic SubstitutionDocRuntimeException(Throwable throwable)
RuntimeException.RuntimeException(Throwable) constructorthrowable - see the RuntimeException.RuntimeException(Throwable) method descriptionpublic SubstitutionDocRuntimeException(String message, Throwable cause)
RuntimeException.RuntimeException(String, Throwable) constructormessage - see the RuntimeException.RuntimeException(String, Throwable) method descriptioncause - see the RuntimeException.RuntimeException(String, Throwable) method descriptionCopyright © 2019. All rights reserved.