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) Stringreason
          Used to pass information about the failure to parse an ACL message back to the agent message handler which received the message
 (package private) Stringsender
           

Constructor Summary
NotUnderstoodException()
           
NotUnderstoodException(String string)
           
NotUnderstoodException(String the_sender, String the_reason)
           

Method Summary
 StringgetReason()
           
 StringgetSender()
           

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

Field Detail

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
Constructor Detail

NotUnderstoodException

public NotUnderstoodException()

NotUnderstoodException

public NotUnderstoodException(String string)

NotUnderstoodException

public NotUnderstoodException(String the_sender, String the_reason)
Method Detail

getReason

public String getReason()

getSender

public String getSender()

Association Links

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