|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.ac.waikato.jdsl.graph.api.GraphException
nz.ac.waikato.jdsl.graph.algo.InvalidQueryException
public class InvalidQueryException
This exception is currently used only by the two subclasses of AbstractTopologicalSort. It is thrown when number(Vertex) or sortedVertices() are called and the graph is cyclic.
Constructor Summary | |
---|---|
InvalidQueryException(java.lang.String message)
|
|
InvalidQueryException(java.lang.String message,
java.lang.Throwable cause)
|
|
InvalidQueryException(java.lang.Throwable cause)
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 |
---|
public InvalidQueryException(java.lang.String message)
public InvalidQueryException(java.lang.String message, java.lang.Throwable cause)
public InvalidQueryException(java.lang.Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |