public class WMSException extends java.lang.Exception
application/vnd.ogc.se_xml format:| Modifier and Type | Field and Description |
|---|---|
private java.lang.String[] |
exceptions |
private WMSRequest |
request |
private java.net.URL |
url |
| Constructor and Description |
|---|
WMSException(WMSRequest request,
java.net.URL url,
java.util.Collection<java.lang.String> exceptions)
Constructs a new
WMSException. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
getExceptions()
Replies the WMS Service exceptions.
|
WMSRequest |
getRequest()
Replies the WMS request that lead to this exception.
|
java.net.URL |
getUrl()
Replies the URL that lead to this exception.
|
private final WMSRequest request
private final java.net.URL url
private final java.lang.String[] exceptions
public WMSException(WMSRequest request, java.net.URL url, java.util.Collection<java.lang.String> exceptions)
WMSException.request - the WMS request that lead to this exceptionurl - the URL that lead to this exceptionexceptions - the exceptions replied by WMS serverpublic final WMSRequest getRequest()
public final java.net.URL getUrl()
public final java.util.Collection<java.lang.String> getExceptions()