public class ReflectionException extends RuntimeException
Constructor and Description |
---|
ReflectionException()
Indicates a error when working with Reflections.
|
ReflectionException(String message)
Indicates a error when working with Reflections.
|
ReflectionException(String message,
Throwable cause)
Indicates a error when working with Reflections.
|
ReflectionException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Indicates a error when working with Reflections.
|
ReflectionException(Throwable cause)
Indicates a error when working with Reflections.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ReflectionException()
public ReflectionException(String message)
message
- - some hints of the cause or tips to handlepublic ReflectionException(Throwable cause)
cause
- - the root cause of this errorpublic ReflectionException(String message, Throwable cause)
message
- - some hints of the cause or tips to handlecause
- - the root cause of this errorpublic ReflectionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- - some hints of the cause or tips to handlecause
- - the root cause of this errorenableSuppression
- - enable suppressionwritableStackTrace
- - writable stack traceCopyright © 2014–2015. All rights reserved.