| Exception | Description |
|---|---|
| ArgsProductionException |
Exception used to indicate that an
ArgsFactory
could not produce arguments. |
| DuplicateKeyException |
Exception used to indicate that a new method mapping was attempted under an existing entry key
for an implementation of
AbstractMethodMap. |
| InvocationException |
Exception used to indicate that a call to
invoke has failed for subclasses of
AbstractMethodMap. |
| MapEntryKeyProductionException |
Exception used to indicate that a
MapEntryKeyFactory failed to produce
map entry keys. |
| MethodCollectionProductionException |
Exception used to indicate that a
MethodCollectionFactory could not
produce a method collection. |
| UnmappedKeyException |
Exception used to indicate that there is no method mapped to a given key for invocations of
AbstractMethodMap.getMethodHandleInfo(Object). |