CodecNotSupportedException class

Exception thrown when an attempt is made to use an unsupported codec

This exception is thrown when:

  • A encoder is requested for an unregistered MIME type
  • No codecs are registered when a serializer is requested
  • Auto-detection fails to identify a usable codec for parsing
Implemented types

Constructors

CodecNotSupportedException(String message)
Creates a new format not supported exception

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
Error message describing the problem
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited