org.outerj.xreporter.report
Class ExecuteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.avalon.framework.CascadingException
org.outerj.xreporter.report.ExecuteException
- All Implemented Interfaces:
- org.apache.avalon.framework.CascadingThrowable, LocalizedException, java.io.Serializable
- public class ExecuteException
- extends org.apache.avalon.framework.CascadingException
- implements LocalizedException
Thrown when an error occurs during the execution of the "execution part" of
a interaction.
- See Also:
- Serialized Form
Constructor Summary |
ExecuteException(java.lang.String reportId,
java.lang.String stepName,
java.lang.Exception e)
|
Methods inherited from class org.apache.avalon.framework.CascadingException |
getCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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 |
stepName
protected java.lang.String stepName
reportId
protected java.lang.String reportId
exceptionMessage
protected java.lang.String exceptionMessage
ExecuteException
public ExecuteException(java.lang.String reportId,
java.lang.String stepName,
java.lang.Exception e)
getLocalizedMessage
public java.lang.String getLocalizedMessage(ResourceHandle resourceHandle)
- Specified by:
getLocalizedMessage
in interface LocalizedException