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(java.lang.Throwable cause)
Creates a new
VisitCanceledException with a cause. |
containsCause, getCode, getFormatString, getHTMLMessageStack, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue, values
public VisitCanceledException()
VisitCanceledException
.public VisitCanceledException(java.lang.Throwable cause)
VisitCanceledException
with a cause.cause
- of the exception