kaos.core.csi.query
Class QueryState.UnknownConceptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by kaos.core.csi.query.QueryState.UnknownConceptException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
QueryState

public static class QueryState.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
QueryState.UnknownConceptException(java.lang.String _unknownConcept)
          Constructs a new UnknownConceptException with information about the unknown concept.
QueryState.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

QueryState.UnknownConceptException

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


QueryState.UnknownConceptException

public QueryState.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.



Copyright © 2006 IHMC All Rights Reserved.