org.apache.jasper.core
Class JasperException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.apache.jasper.core.JasperException
- public class JasperException
- extends java.lang.Exception
General Tomcat exception
- Author:
- Conor MacNeill [conor@m64.com]
- See Also:
- Serialized Form
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,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
JasperException
public JasperException()
JasperException
public JasperException(java.lang.String msg)
JasperException
public JasperException(java.lang.Throwable rootCause)
- Create a connector exception to encapsulate some underlying eception.
JasperException
public JasperException(java.lang.String msg,
java.lang.Throwable rootCause)
- Create a connector exception to encapsulate some underlying eception.
getRootCause
public java.lang.Throwable getRootCause()
- Get the underlying exception that caused this ConnectorException.
- Returns:
- the
Throwable
that caused this connector exception
Copyright © 2000 Apache Software Foundation. All Rights Reserved.