Class ReflectorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.util.reflection.ReflectorException
All Implemented Interfaces:
Serializable

public class ReflectorException extends Exception
Exception indicating that an error has occurred while instantiating a class with the Reflector class. This exception is meant to put a more user-friendly face on the myriad other exceptions throws during reflective object creation.
Author:
John Casey
See Also: