Package jade.domain.FIPAAgentManagement
Class UnsupportedAct
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jade.domain.FIPAException
-
- jade.domain.FIPAAgentManagement.NotUnderstoodException
-
- jade.domain.FIPAAgentManagement.UnsupportedAct
-
- All Implemented Interfaces:
ContentElement,Predicate,Serializable,Serializable
public class UnsupportedAct extends NotUnderstoodException implements Predicate
- Version:
- $Date$ $Revision$
- Author:
- Fabio Bellifemine - CSELT S.p.A.
- See Also:
FIPAManagementOntology, Serialized Form
-
-
Field Summary
-
Fields inherited from class jade.domain.FIPAException
msg
-
-
Constructor Summary
Constructors Constructor Description UnsupportedAct()UnsupportedAct(String act)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAct()voidsetAct(String a)-
Methods inherited from class jade.domain.FIPAException
getACLMessage, getMessage, setMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-