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, setQuercusStackTrace
public ReflectionException(Env env)
public ReflectionException(Env env, java.lang.String msg)
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