jade.domain.FIPAAgentManagement
Class UnsupportedValue

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

public class UnsupportedValue
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
UnsupportedValue()
           
UnsupportedValue(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

UnsupportedValue

public UnsupportedValue()

UnsupportedValue

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

setValue

public void setValue(java.lang.String a)

getValue

public java.lang.String getValue()


JADE