public class PathNotFoundException extends InvalidPathException
| Constructor and Description |
|---|
PathNotFoundException() |
PathNotFoundException(String message) |
PathNotFoundException(String message,
Throwable cause) |
PathNotFoundException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PathNotFoundException()
public PathNotFoundException(String message)
public PathNotFoundException(Throwable cause)
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2025. All rights reserved.