public class WMSException extends Exception
application/vnd.ogc.se_xml
format:Modifier and Type | Field and Description |
---|---|
private String[] |
exceptions |
private WMSRequest |
request |
private URL |
url |
Constructor and Description |
---|
WMSException(WMSRequest request,
URL url,
Collection<String> exceptions)
Constructs a new
WMSException . |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getExceptions()
Replies the WMS Service exceptions.
|
WMSRequest |
getRequest()
Replies the WMS request that lead to this exception.
|
URL |
getUrl()
Replies the URL that lead to this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private final WMSRequest request
private final String[] exceptions
public WMSException(WMSRequest request, URL url, Collection<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 Collection<String> getExceptions()