com.vinculumtech.carrierwave.plan
Class EdgeNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vinculumtech.carrierwave.GraphException
com.vinculumtech.carrierwave.plan.EdgeNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
- public class EdgeNotFoundException
- extends GraphException
The EdgeNdotFoundException is thrown when a GraphNode
references an edge (field name) that
does not exist on the parent object class. This is a fatal error.
- Version:
- $Id: //depot/carrierwave/src/shared/com/vinculumtech/carrierwave/plan/EdgeNotFoundException.java#4 $
- See Also:
- Serialized Form
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 |
EdgeNotFoundException
public EdgeNotFoundException(GraphException graphException)
EdgeNotFoundException
public EdgeNotFoundException(java.lang.String message)
EdgeNotFoundException
public EdgeNotFoundException(java.lang.String message,
java.lang.Throwable cause)
Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.