public class WFSException extends IOException
ExceptionReport and is meant to be produced by ExceptionReportParser.| Constructor and Description |
|---|
WFSException(String msg) |
WFSException(String msg,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
addExceptionDetails(String code,
String locator,
List<String> texts) |
void |
addExceptionMessage(String message) |
void |
addExceptionReport(String report)
Deprecated.
|
List<ExceptionDetails> |
getExceptionDetails() |
String |
getLocalizedMessage() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WFSException(String msg)
@Deprecated public void addExceptionReport(String report)
addExceptionMessage(String) instead, or addExceptionDetails(String,
String, List) for exceptions consisting of code and messagesreport - public void addExceptionMessage(String message)
public void addExceptionDetails(String code, String locator, List<String> texts)
public String getMessage()
getMessage in class Throwablepublic String getLocalizedMessage()
getLocalizedMessage in class Throwablepublic List<ExceptionDetails> getExceptionDetails()
Copyright © 1996–2019 Geotools. All rights reserved.