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