Package org.n52.iceland.coding.encode
Class OwsEncodingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.n52.janmayen.exception.StringInterpolationException
-
- org.n52.janmayen.exception.LocationHintException
-
- org.n52.svalbard.encode.exception.EncodingException
-
- org.n52.iceland.coding.encode.OwsEncodingException
-
- All Implemented Interfaces:
Serializable
public class OwsEncodingException extends EncodingException
TODO JavaDoc- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OwsEncodingException(OwsExceptionReport cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OwsExceptionReportgetCause()-
Methods inherited from class org.n52.janmayen.exception.LocationHintException
getLocation
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OwsEncodingException
public OwsEncodingException(OwsExceptionReport cause)
-
-
Method Detail
-
getCause
public OwsExceptionReport getCause()
-
-