kaos.ontology.util
Class QueryFailure

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

public class QueryFailure
extends java.lang.Exception

QueryFailure defines an exception to be thrown by the OntologyLanguageTagSelector class when the name of the selected ontology language is not unknown

See Also:
Serialized Form

Constructor Summary
QueryFailure()
          Constructs a new QueryFailure with no detail message.
QueryFailure(java.lang.String s)
          Constructs a new QueryFailure 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
 

Constructor Detail

QueryFailure

public QueryFailure()
Constructs a new QueryFailure with no detail message.


QueryFailure

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