Algernon Software

org.algernon.exception
Class AlgernonStorageCardinalityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.algernon.exception.AlgernonException
              extended byorg.algernon.exception.AlgernonRuntimeException
                  extended byorg.algernon.kb.AlgernonStorageException
                      extended byorg.algernon.exception.AlgernonStorageCardinalityException
All Implemented Interfaces:
Serializable

public class AlgernonStorageCardinalityException
extends AlgernonStorageException

This is an exception thrown at runtime by Algernon code when a cardinality exception prevents a relation from being stored in the KB. Usually it is caught and the error is not reported to the user except in a trace.

See Also:
Processor, AlgernonException, AlgernonCompilerException, Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
AlgernonStorageCardinalityException(String message)
          Creates a new AlgernonStorageCardinalityException
 
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

AlgernonStorageCardinalityException

public AlgernonStorageCardinalityException(String message)
Creates a new AlgernonStorageCardinalityException


Algernon Software