com.vinculumtech.carrierwave
Class GraphModifyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.vinculumtech.carrierwave.GraphException
              extended bycom.vinculumtech.carrierwave.GraphModifyException
All Implemented Interfaces:
java.io.Serializable

public class GraphModifyException
extends GraphException

The GraphModifyException is thrown by the Modify class during modify failures.

Version:
$Id: //depot/carrierwave/src/shared/com/vinculumtech/carrierwave/GraphModifyException.java#4 $
See Also:
Serialized Form

Constructor Summary
GraphModifyException(GraphException graphException)
           
GraphModifyException(java.lang.String message)
           
GraphModifyException(java.lang.String message, Icon targetIcon)
           
GraphModifyException(java.lang.String message, Icon targetIcon, java.lang.Throwable cause)
           
GraphModifyException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class com.vinculumtech.carrierwave.GraphException
getMessage, getTargetIcon, setTargetIcon
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

GraphModifyException

public GraphModifyException(GraphException graphException)

GraphModifyException

public GraphModifyException(java.lang.String message)

GraphModifyException

public GraphModifyException(java.lang.String message,
                            Icon targetIcon)

GraphModifyException

public GraphModifyException(java.lang.String message,
                            java.lang.Throwable cause)

GraphModifyException

public GraphModifyException(java.lang.String message,
                            Icon targetIcon,
                            java.lang.Throwable cause)


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.