com.caucho.quercus
Class QuercusExitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.quercus.QuercusException
com.caucho.quercus.QuercusRuntimeException
com.caucho.quercus.QuercusExitException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- QuercusDieException
public class QuercusExitException
- extends QuercusRuntimeException
Exception thrown by die() or exit()
- See Also:
- Serialized Form
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 |
QuercusExitException
public QuercusExitException()
QuercusExitException
public QuercusExitException(java.lang.String msg)
QuercusExitException
public QuercusExitException(java.lang.Throwable cause)
QuercusExitException
public QuercusExitException(java.lang.String msg,
java.lang.Throwable cause)