public class UnimplementedException extends UncheckedException
| 构造器和说明 |
|---|
UnimplementedException() |
UnimplementedException(String message) |
UnimplementedException(String message,
Throwable cause) |
UnimplementedException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
UnimplementedException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
Throwable |
getCause() |
static UnimplementedException |
of(Throwable e) |
public UnimplementedException()
public UnimplementedException(String message)
public UnimplementedException(Throwable cause)
public static UnimplementedException of(Throwable e)
Copyright © 2025 fossc. All rights reserved.