public class VFSFolderNotFoundException extends Exception
| 构造器和说明 |
|---|
VFSFolderNotFoundException() |
VFSFolderNotFoundException(String msg) |
VFSFolderNotFoundException(String msg,
Throwable nestedThrowable) |
VFSFolderNotFoundException(Throwable nestedThrowable) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
printStackTrace() |
void |
printStackTrace(PrintStream ps) |
void |
printStackTrace(PrintWriter pw) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic VFSFolderNotFoundException()
public VFSFolderNotFoundException(String msg)
public VFSFolderNotFoundException(Throwable nestedThrowable)
public void printStackTrace()
printStackTrace 在类中 Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace 在类中 Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace 在类中 ThrowableCopyright © 2023 onecode. All rights reserved.