|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.geeboss.util.ReflectionUtil
public class ReflectionUtil
Utility class for reflection
Constructor Summary | |
---|---|
ReflectionUtil()
|
Method Summary | |
---|---|
static void |
handleReflectionException(java.lang.String objectName,
java.lang.String className,
java.lang.Exception exception)
Handle an exception that occured while creating a memory obect instance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReflectionUtil()
Method Detail |
---|
public static void handleReflectionException(java.lang.String objectName, java.lang.String className, java.lang.Exception exception)
objectName
- the name of the objectclassName
- the class nameexception
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |