PhoneticEncoderException class

Phonetic encoder exceptions that are thrown when there are problems phonetically encoding an input string.

Implemented types

Constructors

PhoneticEncoderException(String input, String message, [Exception? cause])
Creates a new PhoneticEncoderException with an optional root cause.

Properties

cause Exception?
Optionally indicates another exception that was the root cause.
final
hashCode int
The hash code for this object.
no setterinherited
input String
The input that was being processed when the exception occurred. This may be empty if the input being encoded was empty after cleanup.
final
message String
A message describing the problem that was encountered.
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
Returns a description of this exception.
override

Operators

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