Class MissingDecoderException

All Implemented Interfaces:
Serializable

@NullMarked @AsOf("3.3.0") public class MissingDecoderException extends IllegalStateException
Thrown when a decoding API is called without the optional Wyck decoder module available at runtime.
Since:
3.3.0
See Also:
  • Constructor Details

    • MissingDecoderException

      @AsOf("3.3.0") public MissingDecoderException(String implementation, Throwable cause)
      Creates an exception for a decoder implementation that could not be loaded.
      Parameters:
      implementation - the missing decoder implementation
      cause - the class-loading failure
      Since:
      3.3.0