public class VisitCanceledException extends BaseException
Visitor
is cancelled.
This exception must be catched by a Visitable
when is processing a
Visitor
and cancel the process.
A Visitor
must throw this exception if it wants to cancel a visit in
progress.
code, formatString, messageKey
Constructor and Description |
---|
VisitCanceledException()
Creates a new
VisitCanceledException . |
VisitCanceledException(Throwable cause)
Creates a new
VisitCanceledException with a cause. |
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue, values
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VisitCanceledException()
VisitCanceledException
.public VisitCanceledException(Throwable cause)
VisitCanceledException
with a cause.cause
- of the exception