net.sourceforge.combean.graph.except
Class UnsupportedGraphProperty
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.combean.graph.except.UnsupportedGraphProperty
- All Implemented Interfaces:
- Serializable
public class UnsupportedGraphProperty
- extends RuntimeException
An exception to be thrown when a graph is set to a GraphAlgorithm with
setGraph and does not support the graph properties needed by the algorithm.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedGraphProperty
public UnsupportedGraphProperty()
- constructor
UnsupportedGraphProperty
public UnsupportedGraphProperty(String message)
- Parameters:
message
-