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