Package gov.nasa.worldwind.ogc
Class OgcException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- gov.nasa.worldwind.ogc.OgcException
-
- All Implemented Interfaces:
java.io.Serializable
public class OgcException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OwsExceptionReport
getExceptionReport()
-
-
-
Constructor Detail
-
OgcException
public OgcException()
-
OgcException
public OgcException(java.lang.String message)
-
OgcException
public OgcException(java.lang.String message, java.lang.Throwable cause)
-
OgcException
public OgcException(OwsExceptionReport exceptionReport)
-
OgcException
public OgcException(OwsExceptionReport exceptionReport, java.lang.Throwable cause)
-
OgcException
public OgcException(java.lang.Throwable cause)
-
-
Method Detail
-
getExceptionReport
public OwsExceptionReport getExceptionReport()
-
-