public class OWSException extends Exception
Modifier and Type | Field and Description |
---|---|
static String |
INVALID_PARAMTER_VALUE |
static String |
INVALID_UPDATE_SEQUENCE |
static String |
MISSING_PARAMETER_VALUE |
static String |
NO_APPLICABLE_CODE |
static String |
OPERATION_NOT_SUPPORTED |
static String |
VERSION_NEGOTIATION_FOUND |
Constructor and Description |
---|
OWSException(String[] exceptionTexts,
String exceptionCode,
String sentRequest) |
OWSException(String[] exceptionTexts,
String exceptionCode,
String sentRequest,
String locator) |
Modifier and Type | Method and Description |
---|---|
String |
getExceptionCode() |
String[] |
getExceptionTexts() |
String |
getLocator()
Indicates in which part the exception occurred.
|
String |
getSentRequest() |
void |
printStackTrace(PrintStream s) |
void |
setLocator(String locator)
Indicates in which part the exception occurred.
|
String |
toHtmlString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public static final String OPERATION_NOT_SUPPORTED
public static final String MISSING_PARAMETER_VALUE
public static final String INVALID_PARAMTER_VALUE
public static final String VERSION_NEGOTIATION_FOUND
public static final String INVALID_UPDATE_SEQUENCE
public static final String NO_APPLICABLE_CODE
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
public String toHtmlString()
public String getExceptionCode()
public String[] getExceptionTexts()
public String getSentRequest()
public String getLocator()
public void setLocator(String locator)
locator
- The locator to set.Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.