scg.ac.ni.pmf.newgraph.graphdata
Class DuplicateIDException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by scg.ac.ni.pmf.newgraph.graphdata.DuplicateIDException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateIDException
extends java.lang.Exception

The exception is thrown when a vertex is tried setting ID with the ID that is already assigned another vertex.

Author:
Vladimir Brankov
See Also:
Graph.createVertex(int, double, double), Serialized Form

Constructor Summary
DuplicateIDException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateIDException

public DuplicateIDException()


Copyright © 2004 Dragan Stevanovic, Vladimir Brankov.