jade.core
Class NotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jade.core.NotFoundException
All Implemented Interfaces:
java.io.Serializable

public class NotFoundException
extends java.lang.Exception

This exception is thrown when some component (agent, agent container, etc.) cannot be found in the agent platform data structures.

Version:
$Date: 2003/05/29 13:27:01 $ $Revision: 2.2 $
Author:
Giovanni Rimassa - Universita` di Parma
See Also:
Serialized Form

Constructor Summary
NotFoundException()
          Construct a NotFoundException with no detail message
NotFoundException(java.lang.String msg)
          Construct a NotFoundException with the given message.
 
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

NotFoundException

public NotFoundException()
Construct a NotFoundException with no detail message


NotFoundException

public NotFoundException(java.lang.String msg)
Construct a NotFoundException with the given message.

Parameters:
msg - The exception message.


JADE