LocaleCaseError class
A custom exception class for handling errors specific to locale case conversions.
This exception is used to handle errors like invalid ranges or unsupported languages
within the LocalCase package.
- Implemented types
Constructors
- LocaleCaseError(String message)
-
Creates a new
LocaleCaseErrorwith the givenmessage.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of the error message.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
invalidRange(
) → LocaleCaseError - Creates an error indicating that the number is out of the valid range.
-
unsupportedLanguage(
) → LocaleCaseError - Creates an error indicating that the specified language is not supported.