DuplicateExceptionHandler class
Indicates a Handles annotation already exists for the exception handler.
- Inheritance
-
- Object
- WoomeraException
- DuplicateExceptionHandler
- Annotations
-
- @Deprecated('The woomera:scan library has been deprecated.')
Constructors
- DuplicateExceptionHandler(SourceLocation? location, String name, Handles annotation, SourceLocation existingLocation, String existingName)
- Constructor
Properties
- annotation → Handles
-
The annotation
final
- existingLocation → SourceLocation
-
Location of the already existing annotated exception handler
final
- existingName → String
-
Name of the already existing annotated exception handler
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- location → SourceLocation?
-
Library where the function was defined.
final
- name → String
-
Name of the function
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 -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited