Class UnsupportedEncoderInputException
- 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.svalbard.encode.exception.UnsupportedEncoderInputException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedEncoderInputException extends EncodingException
- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedEncoderInputException(Encoder<?,?> encoder)UnsupportedEncoderInputException(Encoder<?,?> encoder, Class<?> c)UnsupportedEncoderInputException(Encoder<?,?> encoder, Object o)UnsupportedEncoderInputException(Encoder<?,?> encoder, String o)
-
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
-
UnsupportedEncoderInputException
public UnsupportedEncoderInputException(Encoder<?,?> encoder, Class<?> c)
-
UnsupportedEncoderInputException
public UnsupportedEncoderInputException(Encoder<?,?> encoder, Object o)
-
UnsupportedEncoderInputException
public UnsupportedEncoderInputException(Encoder<?,?> encoder, String o)
-
UnsupportedEncoderInputException
public UnsupportedEncoderInputException(Encoder<?,?> encoder)
-
-