net.sourceforge.combean.util.except
Class GraphModificationException

Package class diagram package GraphModificationException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sourceforge.combean.util.except.GraphModificationException
All Implemented Interfaces:
Serializable

public class GraphModificationException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
GraphModificationException()
           
GraphModificationException(String message)
           
GraphModificationException(String message, Throwable cause)
           
GraphModificationException(Throwable cause)
           
 
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
 

Constructor Detail

GraphModificationException

public GraphModificationException()

GraphModificationException

public GraphModificationException(String message)
Parameters:
message -

GraphModificationException

public GraphModificationException(Throwable cause)
Parameters:
cause -

GraphModificationException

public GraphModificationException(String message,
                                  Throwable cause)
Parameters:
message -
cause -