Class LibRDF_Error

Description

The exception type used for LibRDF runtime errors.

An object of this type is thrown when a runtime error is encountered in the PHP wrapper to the librdf wrapper though, in actuality, it is rarely used. Runtime errors are more often expressed through the librdf extension itself which, instead of throwing an exception, will produce a E_ERROR message and halt the program.

Located in /Error.php (line 49)

Exception
   |
   --LibRDF_Error
Method Summary
void __construct ([string $message = NULL])
Variables

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$string
$trace
Methods
Constructor __construct (line 58)

Create a new LibRDF_Error.

  • access: public
void __construct ([string $message = NULL])
  • string $message: The error message to use

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

Inherited Methods

Inherited From Exception (Internal Class)

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

Documentation generated on Thu, 15 Jun 2006 19:25:12 -0400 by phpDocumentor 1.3.0