public class TerminateException extends RuntimeException
| 限定符 | 构造器和说明 |
|---|---|
|
TerminateException() |
|
TerminateException(String message) |
|
TerminateException(String message,
Throwable cause) |
protected |
TerminateException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
TerminateException(Throwable cause) |
Copyright © 2020. All rights reserved.