public class UncheckedTypeException extends RuntimeException
| 构造器和说明 |
|---|
UncheckedTypeException(String message)
Constructs an instance of this class.
|
UncheckedTypeException(String message,
Throwable thr)
Constructs an instance of this class.
|
public UncheckedTypeException(String message, Throwable thr)
message - the detail message, can be nullthr - the TypeExceptionNullPointerException - if the cause is nullpublic UncheckedTypeException(String message)
message - the detail messageNullPointerException - if the cause is nullCopyright © 2025. All rights reserved.