| Exception | Description |
|---|---|
| AmbiguousDefinitionException |
Thrown when the processor finds multiple methods matching the given criteria.
|
| InvalidClassNameException |
Thrown when the user provides manually an invalid class name.
|
| NotAProxyException |
Thrown when a method is annotated with
Find but does not
return a known instance of AbstractProxy. |
| OrphanElementException |
Thrown when an annotated element that needs to be paired with
another does not match with any.
|
| TargetNotFoundException |
Thrown upon failure to find an existing method from a stub.
|