com.caucho.quercus
Class QuercusErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.quercus.QuercusException
com.caucho.quercus.QuercusRuntimeException
com.caucho.quercus.QuercusErrorException
- All Implemented Interfaces:
- java.io.Serializable
public class QuercusErrorException
- extends QuercusRuntimeException
Exception thrown by Env.error().
- 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 |
QuercusErrorException
public QuercusErrorException()
QuercusErrorException
public QuercusErrorException(java.lang.String msg)
QuercusErrorException
public QuercusErrorException(java.lang.Throwable cause)
QuercusErrorException
public QuercusErrorException(java.lang.String msg,
java.lang.Throwable cause)