kaos.ontology.util
Class UnsuportedOntologyLangageSelected

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

public class UnsuportedOntologyLangageSelected
extends java.lang.Exception

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

UnsuportedOntologyLangageSelected

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


UnsuportedOntologyLangageSelected

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