com.vinculumtech.carrierwave
Class GraphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vinculumtech.carrierwave.GraphException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- EdgeNotFoundException, GraphDeleteException, GraphInvokeException, GraphModifyException, GraphNodeException, GraphPlanException, GraphSelectException, ImageableNotFoundException, InvocationException, ProjectionException, ReflectionException
- public class GraphException
- extends java.lang.Exception
The GraphException is the root class for all CarrierWave exceptions.
Notes:
This class was originally CarrierWaveException, but I don't believe in any product name coupling
other than that is necessary.
todo: need some sort of parent object history info to parrallel the stack trace
- Version:
- $Id: //depot/carrierwave/src/shared/com/vinculumtech/carrierwave/GraphException.java#16 $
- 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 |
GraphException
protected GraphException()
GraphException
public GraphException(GraphException graphException)
- Copy constructor.
- Parameters:
graphException
-
GraphException
public GraphException(java.lang.String message)
GraphException
public GraphException(java.lang.String message,
Icon targetIcon)
GraphException
public GraphException(java.lang.String message,
Icon targetIcon,
java.lang.Throwable cause)
GraphException
public GraphException(java.lang.String message,
java.lang.Throwable cause)
getTargetIcon
public Icon getTargetIcon()
setTargetIcon
protected void setTargetIcon(Icon targetIcon)
getMessage
public java.lang.String getMessage()
Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.