public class VisitorException extends BaseException
The information of a layer or group of layers is accessed using the *strategy* and *visitor* software patterns. If
any problem is produced accessing that information in that way, a VisitException will be produced.
code, formatString, messageKey| Constructor and Description |
|---|
VisitorException(java.lang.String layer,
java.lang.Throwable exception)
Constructs an visitor exception with the specified cause, and the layer where this exception was produced.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map |
values() |
containsCause, getCode, getFormatString, getHTMLMessageStack, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValuepublic VisitorException(java.lang.String layer,
java.lang.Throwable exception)
Constructs an visitor exception with the specified cause, and the layer where this exception was produced.
layer - the layer affectedexception - an exception with the causeprotected java.util.Map values()
values in class BaseException