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