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, setQuercusStackTrace
public PDOException(Env env, java.lang.String code, java.lang.String message)
public java.lang.String getCode()
public Location getLocation(Env env)
QuercusLanguageException
getLocation
in class QuercusLanguageException
public java.lang.String getMessage()
getMessage
in class QuercusException
public java.lang.String getMessage(Env env)
QuercusLanguageException
getMessage
in class QuercusLanguageException
public Value toValue(Env env)
toValue
in class QuercusLanguageException