UnknownOptionException class abstract

Base class for Exceptions that are thrown when an unknown CoapOption number is encountered during the parsing of a CoapMessage.

Implemented types
Implementers

Constructors

UnknownOptionException(int optionNumber)
Constructor.

Properties

hashCode int
The hash code for this object.
no setterinherited
optionNumber int
The unknown option number that was encountered.
getter/setter pair
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