Class DecodingException
- 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
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DecoderResponseUnsupportedException,NoDecoderForKeyException,NotYetSupportedDecodingException,UnsupportedDecoderInputException,XmlDecodingException
public class DecodingException extends LocationHintException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DecodingException(Enum<?> location, String message, Object... args)DecodingException(String message, Object... args)DecodingException(String location, String message, Object... args)DecodingException(String message, Throwable cause)DecodingException(Throwable cause)DecodingException(Throwable cause, Enum<?> location)DecodingException(Throwable cause, Enum<?> location, String message, Object... args)DecodingException(Throwable cause, String location)DecodingException(Throwable cause, String message, Object... args)DecodingException(Throwable cause, String location, String message, Object... args)
-
Method Summary
-
Methods inherited from class org.n52.janmayen.exception.LocationHintException
getLocation
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DecodingException
public DecodingException(Throwable cause)
-
DecodingException
public DecodingException(Throwable cause, Enum<?> location, String message, Object... args)
-
DecodingException
public DecodingException(Throwable cause, String location, String message, Object... args)
-
-