Package | Description |
---|---|
com.caucho.quercus.lib | |
com.caucho.quercus.lib.spl |
Modifier and Type | Method and Description |
---|---|
static Value |
ExceptionClass.__construct(Env env,
ObjectValue value,
StringValue message,
int code,
Value previous)
Create a new exception API object.
|
static Value |
ExceptionClass.__toString(Env env,
ObjectValue value)
Returns a String representation of this Exception.
|
static Value |
ExceptionClass.getCode(Env env,
ObjectValue obj)
Returns the code.
|
static Value |
ExceptionClass.getFile(Env env,
ObjectValue obj)
Returns the file.
|
static Value |
ExceptionClass.getJavaException(Env env,
Value obj)
Returns the trace.
|
static Value |
ExceptionClass.getLine(Env env,
ObjectValue obj)
Returns the line.
|
static Value |
ExceptionClass.getMessage(Env env,
ObjectValue obj)
Returns the message.
|
static Value |
ExceptionClass.getPrevious(Env env,
Value obj)
Returns the previous exception.
|
static Value |
ExceptionClass.getTrace(Env env,
Value obj)
Returns the trace.
|
static Value |
ExceptionClass.getTraceAsString(Env env,
Value obj)
Returns the trace.
|
Constructor and Description |
---|
ArrayIterator(Env env,
Value qThis,
Value value,
int flags) |