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

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

public static class StringLabeller.UniqueLabelException
extends java.lang.Exception

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

Author:
danyelf
See Also:
Serialized Form

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

StringLabeller.UniqueLabelException

public StringLabeller.UniqueLabelException(java.lang.String string)