edu.uci.ics.jung.graph.decorators
Class StringLabeller.UniqueLabelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.uci.ics.jung.graph.decorators.StringLabeller.UniqueLabelException
All Implemented Interfaces:
Serializable
Enclosing class:
StringLabeller

public static class StringLabeller.UniqueLabelException
extends Exception

A minor class to store exceptions from duplicate labels in the Graph.

Author:
danyelf
See Also:
Serialized Form

Constructor Summary
StringLabeller.UniqueLabelException(String string)
           
 
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

StringLabeller.UniqueLabelException

public StringLabeller.UniqueLabelException(String string)