Class Veriplace_Exception

Description

An exception thrown by the Veriplace API.

Located in /Veriplace/Exception.php (line 30)

Exception
   |
   --Veriplace_Exception
Direct descendents
Class Description
 class Veriplace_ConfigurationException An exception due to a missing or invalid configuration property.
 class Veriplace_RequestDeniedException Base class for exceptions that indicate a known failure mode of a specific API request.
 class Veriplace_RespondedException Indicates that the application should stop handling the current HTTP request
 class Veriplace_RequestNotFoundException Indicates that an asynchronous request ID was no longer valid. This is
 class Veriplace_UnexpectedException Base class for all exceptions that do not represent a normal failure mode.
Variable Summary
Method Summary
 Veriplace_Exception __construct ([ $message = null], [ $cause = null])
 void __toString ()
Variables
Veriplace_Exception $cause (line 36)

The lower-level exception, if any, that caused this exception.

  • access: public

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$string
$trace
Methods
Constructor __construct (line 38)
Veriplace_Exception __construct ([ $message = null], [ $cause = null])
  • $message
  • $cause

Redefinition of:
Exception::constructor __construct ( [$message = ], [$code = ] )

Redefined in descendants as:
__toString (line 43)
void __toString ()

Redefinition of:
Exception::__toString ( )

Redefined in descendants as:

Inherited Methods

Inherited From Exception (Internal Class)

 constructor __construct ( [$message = ], [$code = ] )
 getCode ( )
 getFile ( )
 getLine ( )
 getMessage ( )
 getTrace ( )
 getTraceAsString ( )
 __clone ( )
 __toString ( )

Documentation generated on Sun, 29 Aug 2010 04:08:38 -0700 by phpDocumentor 1.4.1