infovis.graph
Class GraphException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by infovis.graph.GraphException
All Implemented Interfaces:
Serializable

public class GraphException
extends RuntimeException

Class GraphException

Version:
$Revision: 1.2 $
Author:
Jean-Daniel Fekete
See Also:
Serialized Form

Constructor Summary
GraphException(String msg, int vertex, int edge)
           
 
Method Summary
 int getEdge()
           
 int getVertex()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphException

public GraphException(String msg,
                      int vertex,
                      int edge)
Method Detail

getEdge

public int getEdge()

getVertex

public int getVertex()


Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.