edu.neu.ccs.demeter.aplib
Class NoSuchClassGraphNodeException

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

public class NoSuchClassGraphNodeException
extends Exception

Thrown when a strategy graph or constraint map node cannot be mapped to a class graph node.

See Also:
Serialized Form

Constructor Summary
NoSuchClassGraphNodeException(Object n)
           
 
Method Summary
 Object getNode()
           
 
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

NoSuchClassGraphNodeException

public NoSuchClassGraphNodeException(Object n)
Method Detail

getNode

public Object getNode()