public class WcsExceptionReport
extends java.lang.Object
Constructor and Description |
---|
WcsExceptionReport() |
WcsExceptionReport(WcsException exp) |
Modifier and Type | Method and Description |
---|---|
void |
addException(WcsException exp) |
int |
getHttpStatusCode() |
org.jdom.Document |
getReport() |
void |
serialize(java.io.OutputStream os) |
java.lang.String |
toString() |
public WcsExceptionReport()
public WcsExceptionReport(WcsException exp)
public void addException(WcsException exp)
public void serialize(java.io.OutputStream os) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
public org.jdom.Document getReport()
public int getHttpStatusCode()