com.nesstar.api
Class IllegalTreeOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nesstar.api.IllegalTreeOperationException
- All Implemented Interfaces:
- Serializable
public class IllegalTreeOperationException
- extends Exception
Thrown to indicate that an illegal tree operation, such as trying to add a child to a node that can't have children, has been attempted.
- Since:
- 0.2
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalTreeOperationException
public IllegalTreeOperationException(String err)
Copyright © 2011, NSD All rights reserved