public class AnnotationException extends RuntimeException
| 构造器和说明 |
|---|
AnnotationException(String msg)
Constructs an AnnotationException using the given message.
|
AnnotationException(String msg,
Throwable cause)
Constructs an AnnotationException using the given message and cause.
|
public AnnotationException(String msg, Throwable cause)
msg - The message explaining the reason for the exception.cause - The underlying cause.public AnnotationException(String msg)
msg - The message explaining the reason for the exception.Copyright © 2020. All rights reserved.