org.codehaus.plexus.util.reflection
public class ReflectorException extends Exception
Constructor Summary | |
---|---|
ReflectorException()
Create a new ReflectorException. | |
ReflectorException(String msg)
Create a new ReflectorException with the specified message.
| |
ReflectorException(Throwable root)
Create a new ReflectorException with the specified root cause.
| |
ReflectorException(String msg, Throwable root)
Create a new ReflectorException with the specified message and root
cause.
|
Parameters: msg The message.
Parameters: root The root cause.
Parameters: msg The message. root The root cause.