darx
Class InexistentNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by darx.DarxException
                      extended by darx.InexistentNameException
All Implemented Interfaces:
java.io.Serializable

public class InexistentNameException
extends DarxException

This exception is thrown when a searched task name has no match inside the set of the application's tasks.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
InexistentNameException(java.lang.String task_name)
          Constructs a new instance of the class.
 
Method Summary
 java.lang.String getName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InexistentNameException

public InexistentNameException(java.lang.String task_name)
Constructs a new instance of the class.

Parameters:
task_name - The generic name of the agent that can't be found in the application.
Method Detail

getName

public java.lang.String getName()
Returns:
The generic name of the agent that can't be found in the application.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable
Returns:
The explanation for the triggering of this exception.