public class WMSDriverExceptionType extends ExceptionDescription
| Constructor and Description |
|---|
WMSDriverExceptionType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHtmlErrorMessage()
Returns a message that describes the error which produced this exception, formatted in HTML code.
|
WMSStatus |
getWmsStatus() |
void |
setWmsStatus(WMSStatus wmsStatus) |
getDriverName, getErrorCode, getErrorDescription, getLayerName, setCode, setDescription, setDriverName, setLayerNamepublic java.lang.String getHtmlErrorMessage()
ExceptionDescriptionReturns a message that describes the error which produced this exception, formatted in HTML code.
getHtmlErrorMessage in class ExceptionDescriptionpublic WMSStatus getWmsStatus()
public void setWmsStatus(WMSStatus wmsStatus)