Class CausesCodec.UndecodableMetadataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.tobyjamesclements.parsley.core.CausesCodec.UndecodableMetadataException
- All Implemented Interfaces:
Serializable
- Enclosing class:
CausesCodec
Signals metadata that was present and could not be trusted.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UndecodableMetadataException
Builds the exception.- Parameters:
message- what was wrong with the encoding
-