public class FileEOFException extends Exception
| 构造器和说明 |
|---|
FileEOFException() |
FileEOFException(String message) |
FileEOFException(String message,
Throwable cause) |
FileEOFException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileEOFException()
public FileEOFException(String message)
public FileEOFException(Throwable cause)
public Throwable fillInStackTrace()
fillInStackTrace 在类中 ThrowableCopyright © 2021. All rights reserved.