Package jade.domain.FIPAAgentManagement
Class NotUnderstoodException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jade.domain.FIPAException
-
- jade.domain.FIPAAgentManagement.NotUnderstoodException
-
- All Implemented Interfaces:
ContentElement,Predicate,Serializable,Serializable
- Direct Known Subclasses:
UnexpectedAct,UnrecognisedValue,UnsupportedAct,UnsupportedValue
public class NotUnderstoodException extends FIPAException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class jade.domain.FIPAException
msg
-
-
Constructor Summary
Constructors Constructor Description NotUnderstoodException(ACLMessage notUnderstood)NotUnderstoodException(String msg)
-
Method Summary
-
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
-
-
-
-
Constructor Detail
-
NotUnderstoodException
public NotUnderstoodException(String msg)
-
NotUnderstoodException
public NotUnderstoodException(ACLMessage notUnderstood)
-
-