de.postfuse.ui
Class GraphStructureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.postfuse.ui.GraphStructureException
All Implemented Interfaces:
Serializable

public class GraphStructureException
extends RuntimeException

This exception is thrown if something with the structure of the graph goes wrong. E.g. edges between subgraphs and inner nodes are not allowed.

Author:
Peter
See Also:
Serialized Form

Constructor Summary
GraphStructureException(String s)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphStructureException

public GraphStructureException(String s)