edu.neu.ccs.demeter.aplib
Class NoSuchClassGraphEdgeException

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

public class NoSuchClassGraphEdgeException
extends Exception

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

See Also:
Serialized Form

Constructor Summary
NoSuchClassGraphEdgeException(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

NoSuchClassGraphEdgeException

public NoSuchClassGraphEdgeException(String l)
Method Detail

getLabel

public String getLabel()