net.datastructures
Class InvalidPositionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.datastructures.InvalidPositionException
- All Implemented Interfaces:
- Serializable
- public class InvalidPositionException
- extends RuntimeException
Thrown when a position is determined to be invalid.
- Author:
- Roberto Tamassia, Michael Goodrich
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidPositionException
public InvalidPositionException(String err)
InvalidPositionException
public InvalidPositionException()