kaos.core.csi.query
Class NoSuchActorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by kaos.core.csi.query.NoSuchActorException
All Implemented Interfaces:
java.io.Serializable

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

NoSuchActorException

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


NoSuchActorException

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