Uses of Class
com.caucho.quercus.QuercusRuntimeException

Packages that use QuercusRuntimeException
com.caucho.quercus   
com.caucho.quercus.env   
 

Uses of QuercusRuntimeException in com.caucho.quercus
 

Subclasses of QuercusRuntimeException 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
 

Uses of QuercusRuntimeException in com.caucho.quercus.env
 

Methods in com.caucho.quercus.env that return QuercusRuntimeException
 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.
 

Methods in com.caucho.quercus.env that throw QuercusRuntimeException
 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.