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, toString
public PathNotFoundException()
public PathNotFoundException(String message)
public PathNotFoundException(Throwable cause)
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
Copyright © 2024. All rights reserved.