org.codehaus.plexus.util.reflection
Class ReflectorException
Exception
org.codehaus.plexus.util.reflection.ReflectorException
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.
ReflectorException() - Create a new ReflectorException.
|
ReflectorException(String msg) - Create a new ReflectorException with the specified message.
|
ReflectorException(String msg, Throwable root) - Create a new ReflectorException with the specified message and root
cause.
|
ReflectorException(Throwable root) - Create a new ReflectorException with the specified root cause.
|
ReflectorException
public ReflectorException()
Create a new ReflectorException.
ReflectorException
public ReflectorException(String msg)
Create a new ReflectorException with the specified message.
ReflectorException
public ReflectorException(String msg,
Throwable root)
Create a new ReflectorException with the specified message and root
cause.
msg
- The message.root
- The root cause.
ReflectorException
public ReflectorException(Throwable root)
Create a new ReflectorException with the specified root cause.