kaos.ontology.management
Class UnknownConceptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by kaos.ontology.management.UnknownConceptException
All Implemented Interfaces:
java.io.Serializable

public class UnknownConceptException
extends java.lang.Exception

UnknownConceptException defines an exception to be thrown when a provided name of the concept is not know for the ontology repository

See Also:
Serialized Form

Field Summary
 java.lang.String unknownConcept
           
 
Constructor Summary
UnknownConceptException(java.lang.String _unknownConcept)
          Constructs a new UnknownConceptException with information about the unknown concept.
UnknownConceptException(java.lang.String s, java.lang.String _unknownConcept)
          Constructs a new UnknownConceptException with a detail 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
 

Field Detail

unknownConcept

public java.lang.String unknownConcept
Constructor Detail

UnknownConceptException

public UnknownConceptException(java.lang.String _unknownConcept)
Constructs a new UnknownConceptException with information about the unknown concept.


UnknownConceptException

public UnknownConceptException(java.lang.String s,
                               java.lang.String _unknownConcept)
Constructs a new UnknownConceptException with a detail message. A detail message is a String that describes the exception.