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
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