edu.neu.ccs.demeter.aplib
Class NoSuchClassGraphEdgeLabelException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.neu.ccs.demeter.aplib.NoSuchClassGraphEdgeLabelException
All Implemented Interfaces:
Serializable

public class NoSuchClassGraphEdgeLabelException
extends Exception

Thrown when a constraint map edge label cannot be mapped to a class graph edge label.

See Also:
Serialized Form

Constructor Summary
NoSuchClassGraphEdgeLabelException(String l)
           
 
Method Summary
 String getLabel()
           
 
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

NoSuchClassGraphEdgeLabelException

public NoSuchClassGraphEdgeLabelException(String l)
Method Detail

getLabel

public String getLabel()