net.datastructures
Class EmptyTreeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.datastructures.EmptyTreeException
- All Implemented Interfaces:
- Serializable
- public class EmptyTreeException
- extends RuntimeException
Runtime exception thrown when one tries to access the root of an
empty tree.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EmptyTreeException
public EmptyTreeException(String err)