jade.domain.FIPAAgentManagement
Class UnrecognisedParameterValue

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jade.domain.FIPAException
                    |
                    +--jade.domain.FIPAAgentManagement.RefuseException
                          |
                          +--jade.domain.FIPAAgentManagement.UnrecognisedParameterValue

public class UnrecognisedParameterValue
extends RefuseException

Author:
Fabio Bellifemine - CSELT S.p.A.
See Also:
FIPAAgentManagementOntology, Serialized Form

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 get_0()
           
 java.lang.String get_1()
           
 void set_0(java.lang.String a)
           
 void set_1(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, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, 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

set_0

public void set_0(java.lang.String a)

get_0

public java.lang.String get_0()

set_1

public void set_1(java.lang.String a)

get_1

public java.lang.String get_1()