java.lang.Object
java.lang.Throwable
java.lang.Exception
org.klojang.path.KeyDeserializationException
- All Implemented Interfaces:
Serializable
Thrown by a
KeyDeserializer if it fails to deserialize a path segment into
a map key.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newKeyDeserializationException.KeyDeserializationException(String reason) Instantiates a newKeyDeserializationException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KeyDeserializationException
public KeyDeserializationException()Instantiates a newKeyDeserializationException. -
KeyDeserializationException
Instantiates a newKeyDeserializationException.- Parameters:
reason- the reason for the key deserialization failure
-