public class ReflectException extends RuntimeException
| 构造器和说明 |
|---|
ReflectException(String message)
Creates an instance of AssertionFailure using the given message.
|
ReflectException(String message,
Throwable cause)
Creates an instance of AssertionFailure using the given message and underlying cause.
|
public ReflectException(String message)
message - The message explaining the reason for the exceptionCopyright © 2020. All rights reserved.