com.ch.odi.common.graphs
Class GraphException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ch.odi.common.graphs.GraphException
Direct Known Subclasses:
LastConnectionException

public class GraphException
extends Exception

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

See Also:
Serialized Form

Constructor Summary
GraphException(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

GraphException

public GraphException(String msg)