All Packages Class Hierarchy This Package Previous Next Index
Class JavaAgent.resource.cdl.FormalismException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----JavaAgent.resource.cdl.FormalismException
- public class FormalismException
- extends Exception
A FormalismException can occur when A KnowledgeBase is asked to process
a KRSentence that is not in a Formalism that it can deal with.
- See Also:
- KnowledgeBase, KRSentence
-
FormalismException(String)
- This constructor takes a String which should be a short message
indicating why this exception was thrown.
FormalismException
public FormalismException(String str)
- This constructor takes a String which should be a short message
indicating why this exception was thrown.
All Packages Class Hierarchy This Package Previous Next Index