Services_Amazon_SQS
[ class tree: Services_Amazon_SQS ] [ index: Services_Amazon_SQS ] [ all elements ]

Class: Services_Amazon_SQS_InvalidMessageException

Source Location: /Services_Amazon_SQS-0.3.0/Services/Amazon/SQS/Exceptions.php

Class Overview

PEAR_Exception
   |
   --Services_Amazon_SQS_Exception
      |
      --Services_Amazon_SQS_InvalidMessageException

Exception thrown when a message body is invalid


Author(s):

Copyright:

  • 2008 silverorange

Methods


Inherited Variables

Inherited Methods


Class Details

[line 386]
Exception thrown when a message body is invalid


[ Top ]


Method Detail

__construct (Constructor)   [line 408]

Services_Amazon_SQS_InvalidMessageException __construct( string $message, [integer $code = 0], [integer $messageBody = ''])

Creates a new invalid message exception
  • Access: public

Parameters:

string   $message   —  an error message.
integer   $code   —  a user-defined error code.
integer   $messageBody   —  the invalid message body.

[ Top ]

getMessageBody   [line 422]

string getMessageBody( )

Gets the invalid message body
  • Return: the invalid message body.
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:35:27 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.