kaos.core.csi.query
Class QueryRegistration.NoSuchActorException

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

public static class QueryRegistration.NoSuchActorException
extends java.lang.Exception

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

See Also:
Serialized Form

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

QueryRegistration.NoSuchActorException

public QueryRegistration.NoSuchActorException()
Constructs a new NoSuchActorException with no detailed message.


QueryRegistration.NoSuchActorException

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