Class LibRDF_LookupError

Description

The exception type used for statement lookup failures.

An object of this type is thrown by LibRDF_Model when getSource, getArc or getTarget is called with nodes that do not match any statement.

Located in /Model.php (line 58)

Exception
   |
   --LibRDF_LookupError
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 67)

Create a new LibRDF_LookupError.

  • 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