Home / Development / Documentation / 2.0.44 / InvalidTargetException
TreeGraph 2
 


info.bioinfweb.treegraph.document.format.operate
Class InvalidTargetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by info.bioinfweb.treegraph.document.format.operate.InvalidTargetException
All Implemented Interfaces:
Serializable

public class InvalidTargetException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
InvalidTargetException()
           
InvalidTargetException(String arg0)
           
InvalidTargetException(String arg0, Throwable arg1)
           
InvalidTargetException(Throwable arg0)
           
 
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

InvalidTargetException

public InvalidTargetException()

InvalidTargetException

public InvalidTargetException(String arg0,
                              Throwable arg1)

InvalidTargetException

public InvalidTargetException(String arg0)

InvalidTargetException

public InvalidTargetException(Throwable arg0)