public class IllegalException extends RuntimeException
| 构造器和说明 |
|---|
IllegalException() |
IllegalException(String message) |
IllegalException(String message,
Throwable throwable) |
IllegalException(String message,
Throwable throwable,
boolean enableSuppression,
boolean writableStackTrace) |
IllegalException(Throwable e) |
Copyright © 2022. All rights reserved.