public class OgcException
extends java.lang.Exception
Constructor and Description |
---|
OgcException() |
OgcException(OwsExceptionReport exceptionReport) |
OgcException(OwsExceptionReport exceptionReport,
java.lang.Throwable cause) |
OgcException(java.lang.String message) |
OgcException(java.lang.String message,
java.lang.Throwable cause) |
OgcException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
OwsExceptionReport |
getExceptionReport() |
public OgcException()
public OgcException(java.lang.String message)
public OgcException(java.lang.String message, java.lang.Throwable cause)
public OgcException(OwsExceptionReport exceptionReport)
public OgcException(OwsExceptionReport exceptionReport, java.lang.Throwable cause)
public OgcException(java.lang.Throwable cause)
public OwsExceptionReport getExceptionReport()