jlink.flowchart.graph
Class IncompleteJLEdgeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jlink.flowchart.graph.IncompleteJLEdgeException
All Implemented Interfaces:
java.io.Serializable

public class IncompleteJLEdgeException
extends java.lang.Exception

Author:
jasonkb
See Also:
Serialized Form

Field Summary
 JLVertex headVertex
           
 int missingJLVertex
           
 JLVertex tailVertex
           
 
Constructor Summary
IncompleteJLEdgeException(JLEdge edge, int missingVertex)
           
 
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
 

Field Detail

headVertex

public JLVertex headVertex

tailVertex

public JLVertex tailVertex

missingJLVertex

public int missingJLVertex
Constructor Detail

IncompleteJLEdgeException

public IncompleteJLEdgeException(JLEdge edge,
                                 int missingVertex)