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