net.sourceforge.geeboss.util
Class ReflectionUtil

java.lang.Object
  extended by net.sourceforge.geeboss.util.ReflectionUtil

public class ReflectionUtil
extends java.lang.Object

Utility class for reflection

Author:
Frederic BORRY

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

ReflectionUtil

public ReflectionUtil()
Method Detail

handleReflectionException

public 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

Parameters:
objectName - the name of the object
className - the class name
exception - the exception


Copyright (c) 2005 The Geeboss team (http://geeboss.sourceforge.net). All Rights Reserved.