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