public class PathNotFoundException extends InvalidPathException
| Constructor and Description |
|---|
PathNotFoundException() |
PathNotFoundException(java.lang.String message) |
PathNotFoundException(java.lang.String message,
java.lang.Throwable cause) |
PathNotFoundException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
fillInStackTrace() |
public PathNotFoundException()
public PathNotFoundException(java.lang.String message)
public PathNotFoundException(java.lang.String message,
java.lang.Throwable cause)
public PathNotFoundException(java.lang.Throwable cause)