ps6
Class NoPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ps6.NoPathException
- All Implemented Interfaces:
- Serializable
public class NoPathException
- extends Exception
Checked exception to indicate that a path was not found.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
NoPathException
public NoPathException()
NoPathException
public NoPathException(String s)