Agent System POND 1.2 (28.2.2002)

PkgAgentSystem.Messaging
Class IllegalMessageException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--PkgAgentSystem.AgentException
                    |
                    +--PkgAgentSystem.Messaging.MessageException
                          |
                          +--PkgAgentSystem.Messaging.IllegalMessageException
All Implemented Interfaces:
Serializable

public class IllegalMessageException
extends MessageException

Signifies that the contained message is not allowed at the current state of the conversation. Might also be totally unknown.

Version:
1.0, 1.7.2000
Author:
Michael Sonntag
See Also:
Message, MessageException, Serialized Form

Fields inherited from class PkgAgentSystem.Messaging.MessageException
msg
 
Constructor Summary
IllegalMessageException()
          Constructs a IllegalMessageException without a specified detail message.
IllegalMessageException(String detail)
          Constructs a IllegalMessageException with the specified detail message.
IllegalMessageException(String detail, MessageType msg)
          Constructs a IllegalMessageException with the specified detail message and the illegal message itself.
 
Methods inherited from class PkgAgentSystem.Messaging.MessageException
getContainedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalMessageException

public IllegalMessageException()
Constructs a IllegalMessageException without a specified detail message.

IllegalMessageException

public IllegalMessageException(String detail)
Constructs a IllegalMessageException with the specified detail message.
Parameters:
detail - the detail message

IllegalMessageException

public IllegalMessageException(String detail,
                               MessageType msg)
Constructs a IllegalMessageException with the specified detail message and the illegal message itself.
Parameters:
detail - the detail message
msg - the illegal message

Agent System POND 1.2 (28.2.2002)

Submit a bug

Copyright 2001,2002 Michael Sonntag & Institute for Information Processing and Microprocessor Technology (FIM), Johannes-Kepler-University Linz, Altenbergerstr. 69, A-4040 Linz, Austria.