public class OpenAppException extends RuntimeException
文件名:OpenAppException.java
用途: 当应用打开出错时,抛出的异常
编码时间:2021年12月20日 下午3:19:37
修改时间:2021年12月20日 下午3:19:37
Constructor and Description |
---|
OpenAppException() |
OpenAppException(String arg0) |
OpenAppException(String arg0,
Throwable arg1) |
OpenAppException(String arg0,
Throwable arg1,
boolean arg2,
boolean arg3) |
OpenAppException(Throwable arg0) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2024. All rights reserved.