public class PDOException extends QuercusLanguageException
| Constructor and Description |
|---|
PDOException(Env env,
java.lang.String code,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode() |
Location |
getLocation(Env env)
Returns the location of this PHP exception.
|
java.lang.String |
getMessage() |
java.lang.String |
getMessage(Env env)
Returns the PHP exception message.
|
Value |
toValue(Env env)
Converts the exception to a Value.
|
getFile, getLine, getTrace, getValue, toException__toString, create, getQuercusStackTrace, setQuercusStackTracepublic PDOException(Env env, java.lang.String code, java.lang.String message)
public java.lang.String getCode()
public Location getLocation(Env env)
QuercusLanguageExceptiongetLocation in class QuercusLanguageExceptionpublic java.lang.String getMessage()
getMessage in class QuercusExceptionpublic java.lang.String getMessage(Env env)
QuercusLanguageExceptiongetMessage in class QuercusLanguageExceptionpublic Value toValue(Env env)
toValue in class QuercusLanguageException