public class WriteFileException extends RuntimeException
文件名:WriteFileException.java
用途: 当写入文件存在错误时,抛出的异常
编码时间:2021年5月17日上午8:18:22
修改时间:2021年5月17日上午8:18:22
Constructor and Description |
---|
WriteFileException() |
WriteFileException(String message) |
WriteFileException(String message,
Throwable cause) |
WriteFileException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
WriteFileException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2024. All rights reserved.