com.vinculumtech.carrierwave
Class GraphSelectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vinculumtech.carrierwave.GraphException
com.vinculumtech.carrierwave.GraphSelectException
- All Implemented Interfaces:
- java.io.Serializable
- public class GraphSelectException
- extends GraphException
The GraphSelectException is thrown by the Select
class
during selection failures.
- Version:
- $Id: //depot/carrierwave/src/shared/com/vinculumtech/carrierwave/GraphSelectException.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 |
GraphSelectException
public GraphSelectException(GraphException graphException)
GraphSelectException
public GraphSelectException(java.lang.String message)
GraphSelectException
public GraphSelectException(java.lang.String message,
java.lang.Throwable cause)
GraphSelectException
public GraphSelectException(java.lang.String message,
Icon targetIcon,
java.lang.Throwable cause)
Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.