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

Class: Swift_SwiftException

Source Location: /vendors/swift/classes/Swift/SwiftException.php

Class Overview

Exception
   |
   --Swift_SwiftException

Base Exception class.


Author(s):

  • Chris Corbyn

Methods


Child classes:

Swift_RfcComplianceException
RFC Compliance Exception class.
Swift_IoException
I/O Exception class.
Swift_DependencyException
DependencyException thrown when a requested dependeny is missing.

Inherited Variables

Class: Exception (Internal Class)

$code
$file
$line
$message
$previous
$string
$trace

Inherited Methods

Class: Exception (Internal Class)

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

Class Details

[line 16]
Base Exception class.



Tags:

author:  Chris Corbyn
filesource:  Source Code for this file


[ Top ]


Class Methods


constructor __construct [line 23]

Swift_SwiftException __construct( string $message)

Create a new SwiftException with $message.



Tags:

access:  public


Overridden in child classes as:

Swift_RfcComplianceException::__construct()
Create a new RfcComplianceException with $message.
Swift_IoException::__construct()
Create a new IoException with $message.
Swift_TransportException::__construct()
Create a new TransportException with $message.
Swift_Plugins_Pop_Pop3Exception::__construct()
Create a new Pop3Exception with $message.
Swift_DependencyException::__construct()
Create a new DependencyException with $message.

Overrides Exception::constructor __construct ( [$message = ], [$code = ], [$previous = ] ) (parent method not documented)

Parameters:

string   $message  

[ Top ]


Documentation generated on Mon, 05 Sep 2011 20:34:41 -0500 by phpDocumentor 1.4.3