net.datastructures
Class InvalidEntryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.datastructures.InvalidEntryException
- All Implemented Interfaces:
- Serializable
- public class InvalidEntryException
- extends RuntimeException
Thrown when an entry is discovered to be invalid.
- Author:
- Eric Zamore
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidEntryException
public InvalidEntryException(String message)