jade.domain.FIPAAgentManagement
Class UnrecognisedParameterValue

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jade.domain.FIPAException
              extended by jade.domain.FIPAAgentManagement.RefuseException
                  extended by jade.domain.FIPAAgentManagement.UnrecognisedParameterValue
All Implemented Interfaces:
ContentElement, Predicate, java.io.Serializable

public class UnrecognisedParameterValue
extends RefuseException
implements Predicate

Version:
$Date: 2003-03-10 16:38:45 +0100 (lun, 10 mar 2003) $ $Revision: 3775 $
Author:
Fabio Bellifemine - CSELT S.p.A.
See Also:
FIPAManagementOntology, Serialized Form

Field Summary
 
Fields inherited from class jade.domain.FIPAException
msg
 
Constructor Summary
UnrecognisedParameterValue()
           
UnrecognisedParameterValue(java.lang.String parameterName, java.lang.String parameterValue)
           
 
Method Summary
 java.lang.String getParameterName()
           
 java.lang.String getParameterValue()
           
 void setParameterName(java.lang.String a)
           
 void setParameterValue(java.lang.String a)
           
 
Methods inherited from class jade.domain.FIPAAgentManagement.RefuseException
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

UnrecognisedParameterValue

public UnrecognisedParameterValue()

UnrecognisedParameterValue

public UnrecognisedParameterValue(java.lang.String parameterName,
                                  java.lang.String parameterValue)
Method Detail

setParameterName

public void setParameterName(java.lang.String a)

getParameterName

public java.lang.String getParameterName()

setParameterValue

public void setParameterValue(java.lang.String a)

getParameterValue

public java.lang.String getParameterValue()


These are the official JADE API. For these API backward compatibility is guaranteed accross JADE versions