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

Class: EAbort

Source Location: /rtl.inc.php

Class Overview

Exception
   |
   --EAbort

EAbort is the exception class for errors that should not display an error message.


Author(s):


Inherited Variables

Class: Exception (Internal Class)

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

Inherited Methods

Class: Exception (Internal Class)

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

Class Details

[line 163]
EAbort is the exception class for errors that should not display an error message.

Use EAbort to raise an exception without displaying an error message. If applications do not trap such “silent” exceptions, the EAbort exception is passed to the standard exception handler.

The Abort procedure provides a simple, standard way to raise EAbort.




Tags:

see:  Abort()


[ Top ]


Documentation generated on Sat, 13 Jun 2009 10:51:56 -0700 by phpDocumentor 1.4.1