Uses of Class
com.caucho.quercus.QuercusException

Packages that use QuercusException
com.caucho.quercus   
com.caucho.quercus.env   
com.caucho.quercus.lib.db   
com.caucho.quercus.lib.dom   
com.caucho.quercus.lib.reflection   
 

Uses of QuercusException in com.caucho.quercus
 

Subclasses of QuercusException in com.caucho.quercus
 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
 

Methods in com.caucho.quercus that return QuercusException
static QuercusException QuercusException.create(java.lang.Throwable e, java.util.ArrayList<java.lang.String> stackTrace)
           
 

Uses of QuercusException in com.caucho.quercus.env
 

Subclasses of QuercusException in com.caucho.quercus.env
 class QuercusLanguageException
          Parent of PHP exceptions
 class QuercusValueException
          Parent of PHP exceptions
 

Methods in com.caucho.quercus.env that return QuercusException
 QuercusException Value.toException(Env env, java.lang.String file, int line)
          Converts to an exception.
 

Uses of QuercusException in com.caucho.quercus.lib.db
 

Subclasses of QuercusException in com.caucho.quercus.lib.db
 class PDOException
           
 

Uses of QuercusException in com.caucho.quercus.lib.dom
 

Subclasses of QuercusException in com.caucho.quercus.lib.dom
 class DOMException
           
 

Uses of QuercusException in com.caucho.quercus.lib.reflection
 

Subclasses of QuercusException in com.caucho.quercus.lib.reflection
 class ReflectionException