thredds.wcs.v1_1_0
Class ExceptionReport

java.lang.Object
  extended by thredds.wcs.v1_1_0.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 owsNS
           
 
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

owsNS

protected static final org.jdom.Namespace owsNS
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.