jade.domain.FIPAAgentManagement
Class UnrecognisedValue

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jade.domain.FIPAException
                    |
                    +--jade.domain.FIPAAgentManagement.NotUnderstoodException
                          |
                          +--jade.domain.FIPAAgentManagement.UnrecognisedValue
All Implemented Interfaces:
ContentElement, Predicate, java.io.Serializable, Serializable

public class UnrecognisedValue
extends NotUnderstoodException
implements Predicate

Version:
$Date: 2003/03/10 15:38:45 $ $Revision: 2.5 $
Author:
Fabio Bellifemine - CSELT S.p.A.
See Also:
FIPAManagementOntology, Serialized Form

Constructor Summary
UnrecognisedValue()
           
UnrecognisedValue(java.lang.String value)
           
 
Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String a)
           
 
Methods inherited from class jade.domain.FIPAAgentManagement.NotUnderstoodException
getACLMessage
 
Methods inherited from class jade.domain.FIPAException
getMessage, setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

UnrecognisedValue

public UnrecognisedValue()

UnrecognisedValue

public UnrecognisedValue(java.lang.String value)
Method Detail

setValue

public void setValue(java.lang.String a)

getValue

public java.lang.String getValue()


JADE