public class ReflectorException extends Exception
Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ReflectorException()
public ReflectorException(String msg)
msg
- The message.public ReflectorException(Throwable root)
root
- The root cause.Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.