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
- 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
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 |
UnrecognisedParameterValue
public UnrecognisedParameterValue()
UnrecognisedParameterValue
public UnrecognisedParameterValue(java.lang.String parameterName,
java.lang.String parameterValue)
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()