net.spy.util
Class NoPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.spy.util.NoPathException
- All Implemented Interfaces:
- Serializable
- public class NoPathException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoPathException
public NoPathException(SPNode from,
SPNode to)
- Get an instance of NoPathException.
NoPathException
public NoPathException(SPNode from,
SPNode to,
String msg)
- Get an instance of NoPathException with a message.