|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.codehaus.plexus.util.reflection.ReflectorException
public class ReflectorException
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.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReflectorException()
public ReflectorException(String msg)
msg - The message.public ReflectorException(Throwable root)
root - The root cause.
public ReflectorException(String msg,
Throwable root)
msg - The message.root - The root cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||