class ReflectorException
extends java.lang.Exception
| Constructor and Description |
|---|
ReflectorException()
Create a new ReflectorException.
|
ReflectorException(java.lang.String msg)
Create a new ReflectorException with the specified message.
|
ReflectorException(java.lang.String msg,
java.lang.Throwable root)
Create a new ReflectorException with the specified message and root
cause.
|
ReflectorException(java.lang.Throwable root)
Create a new ReflectorException with the specified root cause.
|
ReflectorException()
ReflectorException(java.lang.String msg)
msg - The message.ReflectorException(java.lang.Throwable root)
root - The root cause.ReflectorException(java.lang.String msg,
java.lang.Throwable root)
msg - The message.root - The root cause.