|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.apache.jasper.core.JasperException
General Tomcat exception
| Constructor Summary | |
JasperException()
|
|
JasperException(java.lang.String msg)
|
|
JasperException(java.lang.String msg,
java.lang.Throwable rootCause)
Create a connector exception to encapsulate some underlying eception. |
|
JasperException(java.lang.Throwable rootCause)
Create a connector exception to encapsulate some underlying eception. |
|
| Method Summary | |
java.lang.Throwable |
getRootCause()
Get the underlying exception that caused this ConnectorException. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public JasperException()
public JasperException(java.lang.String msg)
public JasperException(java.lang.Throwable rootCause)
public JasperException(java.lang.String msg,
java.lang.Throwable rootCause)
| Method Detail |
public java.lang.Throwable getRootCause()
Throwable
that caused this connector exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||