thredds.wcs.v1_0_0_Plus
Class ExceptionReport

java.lang.Object
  extended by thredds.wcs.v1_0_0_Plus.ExceptionReport

public class ExceptionReport
extends Object

Generates a WCS 1.1.0 Exception Report.

Since:
4.0
Author:
edavis

Field Summary
protected static org.jdom.Namespace ogcNS
           
 
Constructor Summary
ExceptionReport(List<WcsException> exceptions)
           
ExceptionReport(WcsException exception)
           
 
Method Summary
 org.jdom.Document getExceptionReport()
           
 void writeExceptionReport(PrintWriter pw)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ogcNS

protected static final org.jdom.Namespace ogcNS
Constructor Detail

ExceptionReport

public ExceptionReport(WcsException exception)

ExceptionReport

public ExceptionReport(List<WcsException> exceptions)
Method Detail

getExceptionReport

public org.jdom.Document getExceptionReport()

writeExceptionReport

public void writeExceptionReport(PrintWriter pw)
                          throws IOException
Throws:
IOException


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.