|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.lib.ExceptionClass
public class ExceptionClass
Exception object facade.
Constructor Summary | |
---|---|
ExceptionClass()
|
Method Summary | |
---|---|
static Value |
__construct(Env env,
ObjectValue value,
StringValue message,
int code,
Value previous)
Create a new exception API object. |
static Value |
__toString(Env env,
ObjectValue value)
Returns a String representation of this Exception. |
static Value |
getCode(Env env,
ObjectValue obj)
Returns the code. |
static Value |
getFile(Env env,
ObjectValue obj)
Returns the file. |
static Value |
getJavaException(Env env,
Value obj)
Returns the trace. |
static Value |
getLine(Env env,
ObjectValue obj)
Returns the line. |
static Value |
getMessage(Env env,
ObjectValue obj)
Returns the message. |
static Value |
getPrevious(Env env,
Value obj)
Returns the previous exception. |
static Value |
getTrace(Env env,
Value obj)
Returns the trace. |
static Value |
getTraceAsString(Env env,
Value obj)
Returns the trace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionClass()
Method Detail |
---|
public static Value __construct(Env env, ObjectValue value, StringValue message, int code, Value previous)
public static Value __toString(Env env, ObjectValue value)
public static Value getMessage(Env env, ObjectValue obj)
public static Value getCode(Env env, ObjectValue obj)
public static Value getFile(Env env, ObjectValue obj)
public static Value getLine(Env env, ObjectValue obj)
public static Value getTrace(Env env, Value obj)
public static Value getPrevious(Env env, Value obj)
public static Value getJavaException(Env env, Value obj)
public static Value getTraceAsString(Env env, Value obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |