|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.cs.ai.kreator.exceptions.KreatorException
edu.cs.ai.kreator.exceptions.QueryException
edu.cs.ai.kreator.logic.prolog.CycleFoundException
public class CycleFoundException
This class models a cycle exception for Prolog and BLPs, that can be thrown by the inference algorithm when a cycle is detected.
Constructor Summary | |
---|---|
CycleFoundException(Knowledgebase knowledgebase)
Constructs a new exception. |
|
CycleFoundException(PrologProgram prolog)
Constructs a new exception. |
|
CycleFoundException(java.lang.String message)
|
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 CycleFoundException(Knowledgebase knowledgebase)
public CycleFoundException(PrologProgram prolog)
public CycleFoundException(java.lang.String message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |