Class EncodingException
- 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
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoEncoderForKeyException,NotYetSupportedEncodingException,UnsupportedEncoderInputException
public class EncodingException extends LocationHintException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EncodingException(Enum<?> location, String message, Object... args)EncodingException(String message, Object... args)EncodingException(String location, String message, Object... args)EncodingException(String message, Throwable cause)EncodingException(Throwable cause)EncodingException(Throwable cause, Enum<?> location)EncodingException(Throwable cause, Enum<?> location, String message, Object... args)EncodingException(Throwable cause, String location)EncodingException(Throwable cause, String message, Object... args)EncodingException(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
-
EncodingException
public EncodingException(Throwable cause)
-
EncodingException
public EncodingException(Throwable cause, Enum<?> location, String message, Object... args)
-
EncodingException
public EncodingException(Throwable cause, String location, String message, Object... args)
-
-