com.caucho.quercus
Class QuercusModuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.quercus.QuercusException
com.caucho.quercus.QuercusModuleException
- All Implemented Interfaces:
- java.io.Serializable
public class QuercusModuleException
- extends QuercusException
Java exception caught and rethrown by modules.
- See Also:
- Serialized Form
Method Summary |
static java.lang.RuntimeException |
create(java.lang.Throwable e)
|
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 |
QuercusModuleException
public QuercusModuleException()
QuercusModuleException
public QuercusModuleException(java.lang.String msg)
QuercusModuleException
public QuercusModuleException(java.lang.Throwable cause)
QuercusModuleException
public QuercusModuleException(java.lang.String msg,
java.lang.Throwable cause)
create
public static java.lang.RuntimeException create(java.lang.Throwable e)