Uses of Class
edu.cs.ai.kreator.exceptions.KreatorException

Packages that use KreatorException
edu.cs.ai.kreator.exceptions   
edu.cs.ai.kreator.logic   
edu.cs.ai.kreator.logic.prolog   
 

Uses of KreatorException in edu.cs.ai.kreator.exceptions
 

Subclasses of KreatorException in edu.cs.ai.kreator.exceptions
 class AlchemyException
           
 class CommandExecutionFailedException
           
 class DataFileNotGeneratedException
           
 class FileException
           
 class FileExistsException
           
 class FileNotInProjectFolderException
           
 class FileNotOpenedException
           
 class FileNotSavedException
           
 class GeneralLearningException
          This class models a general exception when learning knowledge bases.
 class GeneralQueryException
          A general query exception.
 class InvalidLanguageExpressionException
          Models an exception that occurs when a logical expression doesn't match the language.
 class KreatorScriptingException
           
 class KreatorScriptParsingException
           
 class NoProjectOpenException
           
 class ParsingException
           
 class ProjectAlreadyOpenException
           
 class ProjectParsingException
           
 class QueryException
          The ancestor exception for all exceptions occuring during queries.
 class UnknownFileTypeException
          Exception to inform about an unknown file extension.
 class UnknownKnowledgebaseWriterIdException
           
 class UnknownLearnerIdException
           
 class UnsupportedFileTypeException
           
 class WriteProtectionException
          This exception is thrown when an attempt is made to write to an write-protected object.
 

Uses of KreatorException in edu.cs.ai.kreator.logic
 

Subclasses of KreatorException in edu.cs.ai.kreator.logic
 class TranslationException
          Exception is thrown if the translation of the foreign logic to KReator logic or vice versa fails.
 

Uses of KreatorException in edu.cs.ai.kreator.logic.prolog
 

Subclasses of KreatorException in edu.cs.ai.kreator.logic.prolog
 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.