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

NoSuchActorException defines an exception to be thrown by the QueryRegistration when no actor matching the query properties is found.

Author:
KAoS Team $Revision: 1.2 $
See Also:
Serialized Form

Constructor Summary
NoSuchActorException()
          Constructs a new NoSuchActorException with no detailed 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 detailed 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.



Copyright © 2006 IHMC All Rights Reserved.