fipaos.parser.acl
Class NotUnderstoodException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--fipaos.parser.acl.NotUnderstoodException
- public class NotUnderstoodException
- extends Exception
Field Summary |
(package private) String | reason Used to pass information about the failure to parse an ACL message back to
the agent message handler which received the message |
(package private) String | sender |
Methods inherited from class java.lang.Throwable |
getMessage, getLocalizedMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace |
Methods inherited from class java.lang.Object |
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait |
reason
String reason
- Used to pass information about the failure to parse an ACL message back to
the agent message handler which received the message
sender
String sender
NotUnderstoodException
public NotUnderstoodException()
NotUnderstoodException
public NotUnderstoodException(String string)
NotUnderstoodException
public NotUnderstoodException(String the_sender, String the_reason)
getReason
public String getReason()
getSender
public String getSender()
to Class java.lang.String- Used to pass information about the failure to parse an ACL message back to
the agent message handler which received the message
to Class java.lang.String