| Package | Description |
|---|---|
| com.caucho.quercus | |
| com.caucho.quercus.env | |
| com.caucho.quercus.lib.db | |
| com.caucho.quercus.lib.dom | |
| com.caucho.quercus.lib.reflection |
| 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
|
class |
QuercusModuleException
Java exception caught and rethrown by modules.
|
class |
QuercusRuntimeException
Parent of PHP runtime exceptions
|
| Modifier and Type | Method and Description |
|---|---|
static QuercusException |
QuercusException.create(java.lang.Throwable e,
java.util.ArrayList<java.lang.String> stackTrace) |
| Modifier and Type | Class and Description |
|---|---|
class |
QuercusLanguageException
Parent of PHP exceptions
|
class |
QuercusValueException
Parent of PHP exceptions
|
| Modifier and Type | Method and Description |
|---|---|
QuercusException |
Value.toException(Env env,
java.lang.String file,
int line)
Converts to an exception.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDOException |
| Modifier and Type | Class and Description |
|---|---|
class |
DOMException |
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectionException |