Class MissingDecoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
dev.wyck.exceptions.MissingDecoderException
- All Implemented Interfaces:
Serializable
Thrown when a decoding API is called without the optional Wyck decoder module available at
runtime.
- Since:
- 3.3.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingDecoderException(String implementation, Throwable cause) Creates an exception for a decoder implementation that could not be loaded. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingDecoderException
-