Package org.n52.iceland.coding.decode
Class OwsDecodingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.n52.janmayen.exception.StringInterpolationException
-
- org.n52.janmayen.exception.LocationHintException
-
- org.n52.svalbard.decode.exception.DecodingException
-
- org.n52.iceland.coding.decode.OwsDecodingException
-
- All Implemented Interfaces:
Serializable
public class OwsDecodingException extends DecodingException
TODO JavaDoc- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OwsDecodingException(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
-
OwsDecodingException
public OwsDecodingException(OwsExceptionReport cause)
-
-
Method Detail
-
getCause
public OwsExceptionReport getCause()
-
-