net.sf.morph.reflect
Class NoReflectorFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.morph.util.NestableRuntimeException
                  extended by net.sf.morph.MorphException
                      extended by net.sf.morph.reflect.ReflectionException
                          extended by net.sf.morph.reflect.NoReflectorFoundException
All Implemented Interfaces:
java.io.Serializable

public class NoReflectorFoundException
extends ReflectionException

Exception thrown to indicate a suitable reflector for a reflection operation could not be found.

Since:
Oct 25, 2007
Author:
Matt Sgarlata
See Also:
Serialized Form

Constructor Summary
NoReflectorFoundException(java.lang.Class reflectedType, java.lang.Class reflectorType)
           
NoReflectorFoundException(java.lang.Object reflectedObject, java.lang.Class reflectorType)
           
 
Method Summary
 
Methods inherited from class net.sf.morph.util.NestableRuntimeException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace, setCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoReflectorFoundException

public NoReflectorFoundException(java.lang.Object reflectedObject,
                                 java.lang.Class reflectorType)

NoReflectorFoundException

public NoReflectorFoundException(java.lang.Class reflectedType,
                                 java.lang.Class reflectorType)


Copyright © 2004-2008.