net.sf.morph.reflect
Class ReflectionException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoReflectorFoundException

public class ReflectionException
extends MorphException

Indicates an error occurred accessing or manipulating information while using a Reflector.

Since:
Nov 4, 2004
Author:
Matt Sgarlata
See Also:
Serialized Form

Constructor Summary
ReflectionException()
           
ReflectionException(java.lang.String arg0)
           
ReflectionException(java.lang.String arg0, java.lang.Throwable arg1)
           
ReflectionException(java.lang.Throwable arg0)
           
 
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

ReflectionException

public ReflectionException()

ReflectionException

public ReflectionException(java.lang.String arg0)

ReflectionException

public ReflectionException(java.lang.String arg0,
                           java.lang.Throwable arg1)

ReflectionException

public ReflectionException(java.lang.Throwable arg0)


Copyright © 2004-2008.