public class MapConnectionException
extends MapComponentException
| Constructor and Description |
|---|
MapConnectionException(java.lang.String messageKey,
java.lang.Exception cause,
java.lang.Object[] args)
Constructor that takes a text message and a base exception.
|
MapConnectionException(java.lang.String messageKey,
java.util.List pathSpecList,
java.lang.Object[] args) |
MapConnectionException(java.lang.String messageKey,
java.lang.Object[] args)
Constructor that takes a simple text message as a parameter.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getPathSpecifierList()
Return the list of possible path specifiers, for the case where an
ambiguous connection exception is thrown.
|
public MapConnectionException(java.lang.String messageKey,
java.lang.Object[] args)
msg - The message to be displayed for this exception.public MapConnectionException(java.lang.String messageKey,
java.util.List pathSpecList,
java.lang.Object[] args)
public MapConnectionException(java.lang.String messageKey,
java.lang.Exception cause,
java.lang.Object[] args)
public java.util.List getPathSpecifierList()