public static class MessageFormatUtils.VisitorAbortException extends Exception
Constructor and Description |
---|
VisitorAbortException(String reason)
Initialize with a required reason.
|
VisitorAbortException(String reason,
Throwable cause)
Initialize with a required reason.
|
VisitorAbortException(Throwable cause)
Initialize with a required reason.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public VisitorAbortException(String reason)
reason
- human-readable explanation of why the abort occurredpublic VisitorAbortException(String reason, Throwable cause)
reason
- human-readable explanation of why the abort occurredcause
- related exceptionpublic VisitorAbortException(Throwable cause)
cause
- related exceptionCopyright © 2018. All rights reserved.