com.cappuccinonet.strutscx.exceptions
Class StrutsCXXSLTException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.cappuccinonet.strutscx.exceptions.StrutsCXXSLTException
- All Implemented Interfaces:
- java.io.Serializable
- public class StrutsCXXSLTException
- extends java.lang.Exception
An exception that indicates some operation with the
VIEW generation failed.
- Version:
- v0.1, 2002.06.10
- Author:
- Bernhard Woehrlin, IT.CappuccinoNet.com
- See Also:
- Serialized Form
|
Field Summary |
private java.lang.Throwable |
rootCause
The Throwable rootCause. |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
|
Constructor Summary |
StrutsCXXSLTException(java.lang.String message)
Constructs a message with the specified message. |
StrutsCXXSLTException(java.lang.Throwable rootCause)
Wraps a StrutsCXDataException around another throwable. |
| 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 |
rootCause
private java.lang.Throwable rootCause
- The Throwable rootCause.
StrutsCXXSLTException
public StrutsCXXSLTException(java.lang.Throwable rootCause)
- Wraps a StrutsCXDataException around another throwable.
- Parameters:
rootCause - a Throwable object for the error
StrutsCXXSLTException
public StrutsCXXSLTException(java.lang.String message)
- Constructs a message with the specified message.
- Parameters:
message - a String with the error message
getRootCause
public java.lang.Throwable getRootCause()
- Returns:
- a reference to the root exception or null.
© 2003, IT.CappuccinoNet.com - compiled 20030214:1425