com.ch.odi.common.graphs
Class NoSuchNodeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.ch.odi.common.graphs.NoSuchNodeException

public class NoSuchNodeException
extends RuntimeException

Title: Description: Copyright: Copyright (c) 2002 Ortwin Glück Company:

See Also:
Serialized Form

Constructor Summary
NoSuchNodeException()
           
NoSuchNodeException(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchNodeException

public NoSuchNodeException()

NoSuchNodeException

public NoSuchNodeException(String msg)