|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.morph.util.NestableRuntimeException
net.sf.morph.MorphException
net.sf.morph.reflect.ReflectionException
net.sf.morph.reflect.NoReflectorFoundException
public class NoReflectorFoundException
Exception thrown to indicate a suitable reflector for a reflection operation could not be found.
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 |
---|
public NoReflectorFoundException(java.lang.Object reflectedObject, java.lang.Class reflectorType)
public NoReflectorFoundException(java.lang.Class reflectedType, java.lang.Class reflectorType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |