|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.quercus.QuercusException
com.caucho.quercus.env.QuercusLanguageException
public class QuercusLanguageException
Parent of PHP exceptions
| Constructor Summary | |
|---|---|
QuercusLanguageException(Value value)
|
|
| Method Summary | |
|---|---|
Location |
getLocation(Env env)
Returns the location of this PHP exception. |
java.lang.String |
getMessage(Env env)
|
Value |
getValue()
Returns the value. |
| Methods inherited from class com.caucho.quercus.QuercusException |
|---|
create, getMessage, getQuercusStackTrace, setQuercusStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QuercusLanguageException(Value value)
| Method Detail |
|---|
public Value getValue()
public java.lang.String getMessage(Env env)
public Location getLocation(Env env)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||