| Package | Description |
|---|---|
| net.sf.mmm.util.reflect.api |
Provides the API for utilities that help to deal with reflection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessFailedException
An
AccessFailedException is thrown if a reflective call failed because
the executing code does NOT have access to the according definition. |
class |
AnnotationNotForTargetException
A
AnnotationNotForTargetException is thrown if an Annotation should be
resolved for a specific ElementType that it is NOT targeted
for. |
class |
AnnotationNotRuntimeException
A
AnnotationNotRuntimeException is thrown if an Annotation should be
resolved at runtime but has NOT the Retention
RetentionPolicy.RUNTIME. |
class |
InstantiationFailedException
An
InstantiationFailedException indicates that the instantiation of a
Class failed for arbitrary reasons. |
class |
InvocationFailedException
An
InvocationFailedException is thrown if an invocation failed. |
class |
TypeNotFoundException
A
TypeNotFoundException is thrown if a Type was requested (e.g. |
Copyright © 2001–2019 mmm-Team. All rights reserved.