public class VerificationRuntimeException extends RuntimeException implements Dumpable
| Constructor and Description |
|---|
VerificationRuntimeException(Object source,
String errorKey,
String defaultErrorMessage,
Object... details)
Convenience constructor
|
VerificationRuntimeException(Throwable cause,
MetaData metaData,
String errorKey,
String defaultErrorMessage,
Object... details)
Convenience constructor
|
VerificationRuntimeException(Throwable cause,
VerificationFailure failure)
Convenience constructor
|
VerificationRuntimeException(Throwable cause,
VerificationFailureSet verificationSet)
Construct a new VerificationRuntimeException from a
VerificationFailureSet and a cause.
|
VerificationRuntimeException(VerificationFailure failure)
Convenience constructor
|
VerificationRuntimeException(VerificationFailureSet verificationSet)
Convenience constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
dump(Dumper dumper)
Dump out the contents using the given indentation.
|
VerificationFailureSet |
getVerificationFailureSet()
VerificationFailureSet associated with this exception
|
VerificationException |
toVerificationException()
Convert this VerificationRuntimeException into a VerificationException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VerificationRuntimeException(VerificationFailureSet verificationSet)
public VerificationRuntimeException(Throwable cause, VerificationFailureSet verificationSet)
public VerificationRuntimeException(VerificationFailure failure)
public VerificationRuntimeException(Throwable cause, VerificationFailure failure)
public VerificationRuntimeException(Object source, String errorKey, String defaultErrorMessage, Object... details)
public VerificationException toVerificationException()
public VerificationFailureSet getVerificationFailureSet()
Copyright © 2015. All Rights Reserved.