public class AbstractRuntimeException extends RuntimeException
| 构造器和说明 |
|---|
AbstractRuntimeException() |
AbstractRuntimeException(String message) |
AbstractRuntimeException(String message,
Throwable cause) |
AbstractRuntimeException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
AbstractRuntimeException(Throwable cause) |
Copyright © 2025. All rights reserved.