edu.cs.ai.kreator.exceptions
Class KreatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.cs.ai.kreator.exceptions.KreatorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CommandExecutionFailedException, FileException, GeneralLearningException, InvalidLanguageExpressionException, KreatorScriptingException, KreatorScriptParsingException, NoProjectOpenException, ParsingException, ProjectAlreadyOpenException, ProjectParsingException, QueryException, TranslationException, UnknownKnowledgebaseWriterIdException, UnknownLearnerIdException, WriteProtectionException

public class KreatorException
extends java.lang.Exception

Parent class of the hierarchy of specialized KReator exceptions.

Author:
Marc Finthammer
See Also:
Serialized Form

Constructor Summary
KreatorException(java.lang.String message)
           
KreatorException(java.lang.String message, 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

KreatorException

public KreatorException(java.lang.String message)

KreatorException

public KreatorException(java.lang.String message,
                        java.lang.Throwable cause)