com.vinculumtech.carrierwave.plan
Class GraphNodeException

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

public class GraphNodeException
extends GraphException

A GraphNodeException is thrown whenever there is a failure traversing a GraphNode tree.

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

Constructor Summary
GraphNodeException(GraphException graphException)
           
GraphNodeException(java.lang.String message)
           
GraphNodeException(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

GraphNodeException

public GraphNodeException(GraphException graphException)

GraphNodeException

public GraphNodeException(java.lang.String message)

GraphNodeException

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


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