com.nesstar.api
Class IllegalTreeOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
IllegalTreeOperationException(String err)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalTreeOperationException

public IllegalTreeOperationException(String err)


Copyright © 2011, NSD All rights reserved