Package thredds.server.wcs.v1_0_0_1
Class ExceptionReport
- java.lang.Object
-
- thredds.server.wcs.v1_0_0_1.ExceptionReport
-
public class ExceptionReport extends Object
Generates a WCS 1.1.0 Exception Report.- Since:
- 4.0
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.jdom2.NamespaceogcNS
-
Constructor Summary
Constructors Constructor Description ExceptionReport(List<WcsException> exceptions)ExceptionReport(WcsException exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jdom2.DocumentgetExceptionReport()voidwriteExceptionReport(PrintWriter pw)
-
-
-
Constructor Detail
-
ExceptionReport
public ExceptionReport(WcsException exception)
-
ExceptionReport
public ExceptionReport(List<WcsException> exceptions)
-
-
Method Detail
-
getExceptionReport
public org.jdom2.Document getExceptionReport()
-
writeExceptionReport
public void writeExceptionReport(PrintWriter pw) throws IOException
- Throws:
IOException
-
-