ArbValidationException class
Exception thrown when ARB file validation fails.
- Inheritance
-
- Object
- ArbException
- ArbValidationException
Constructors
-
ArbValidationException(String filePath, List<
String> issues) -
Creates an ArbValidationException for the given
filePath
andissues
.const
Properties
- filePath → String
-
The path to the ARB file that failed validation.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
issues
→ List<
String> -
List of validation issues found.
final
- message → String
-
The error message describing what went wrong.
finalinherited
- 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