public class CheckedException extends Exception
| 构造器和说明 |
|---|
CheckedException() |
CheckedException(String message) |
CheckedException(String message,
Throwable cause) |
CheckedException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
CheckedException(Throwable cause) |
Copyright © 2024 fossc. All rights reserved.