| Package | Description |
|---|---|
| com.caucho.quercus | |
| com.caucho.quercus.env |
| Modifier and Type | Class and Description |
|---|---|
class |
QuercusDieException
Exception thrown by die() or exit()
|
class |
QuercusErrorException
Exception thrown by Env.error().
|
class |
QuercusExitException
Exception thrown by die() or exit()
|
class |
QuercusLineRuntimeException
Parent of PHP runtime exceptions
|
| Modifier and Type | Method and Description |
|---|---|
QuercusRuntimeException |
Env.createErrorException(Location location,
java.lang.String msg)
A fatal runtime error.
|
QuercusRuntimeException |
Env.createErrorException(java.lang.String msg)
A fatal runtime error.
|
QuercusRuntimeException |
Env.createErrorException(java.lang.Throwable e)
A fatal runtime error.
|
| Modifier and Type | Method and Description |
|---|---|
QuercusRuntimeException |
Env.createErrorException(Location location,
java.lang.String msg)
A fatal runtime error.
|
QuercusRuntimeException |
Env.createErrorException(java.lang.String msg)
A fatal runtime error.
|
QuercusRuntimeException |
Env.createErrorException(java.lang.Throwable e)
A fatal runtime error.
|