public class ExceptionReport
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.jdom2.Namespace |
ogcNS |
| Constructor and Description |
|---|
ExceptionReport(java.util.List<WcsException> exceptions) |
ExceptionReport(WcsException exception) |
| Modifier and Type | Method and Description |
|---|---|
org.jdom2.Document |
getExceptionReport() |
void |
writeExceptionReport(java.io.PrintWriter pw) |
public ExceptionReport(WcsException exception)
public ExceptionReport(java.util.List<WcsException> exceptions)