public class PathNotFoundException
extends java.lang.Exception
| Constructor and Description |
|---|
PathNotFoundException(java.lang.String path)
Creates a new path not found exception
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPath()
Returns the missing path
|