public 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.
|
public ReflectorException()
public ReflectorException(java.lang.String msg)
msg - The message.public ReflectorException(java.lang.Throwable root)
root - The root cause.public ReflectorException(java.lang.String msg,
java.lang.Throwable root)
msg - The message.root - The root cause.