Class java_exception

Description

Implements interfaces:

A decorator pattern which overrides all magic methods.

A decorator pattern which overrides all magic methods.

  • access: public

Located in /JavaProxy.inc (line 926)

Exception
   |
   --java_exception
Direct descendents
Class Description
JavaException The java exception proxy
Variable Summary
mixed $__client
mixed $__delegate
mixed $__java
mixed $__serialID
mixed $__signature
Method Summary
java_exception java_exception ()
Variables
mixed $__client (line 927)
  • access: public
mixed $__delegate (line 928)
  • access: public
mixed $__java (line 927)
  • access: public
mixed $__serialID (line 927)
  • access: public
mixed $__signature (line 929)
  • access: public

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$string
$trace
Methods
Constructor java_exception (line 938)

Create a new Exception.

Create a new Exception.

  1.  $ex new JavaException("java.lang.NullPointerException");
  2.  throw $ex;

java_exception java_exception ()

Inherited Methods

Inherited From Exception (Internal Class)

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

Documentation generated on Sun, 16 Mar 2008 19:11:45 +0100 by phpDocumentor 1.4.0a2