public class ReflectionException extends QuercusLanguageException
| Constructor and Description |
|---|
ReflectionException(Env env) |
ReflectionException(Env env,
java.lang.String msg) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getFile, getLine, getTrace, getValue, toException, toValue__toString, create, getQuercusStackTrace, setQuercusStackTracepublic ReflectionException(Env env)
public ReflectionException(Env env, java.lang.String msg)
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 QuercusLanguageException