org.outerj.xreporter.report
Class ExecuteException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.avalon.framework.CascadingException
              extended byorg.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

Field Summary
protected  java.lang.String exceptionMessage
           
protected  java.lang.String reportId
           
protected  java.lang.String stepName
           
 
Constructor Summary
ExecuteException(java.lang.String reportId, java.lang.String stepName, java.lang.Exception e)
           
 
Method Summary
 java.lang.String getLocalizedMessage(ResourceHandle resourceHandle)
           
 
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
 

Field Detail

stepName

protected java.lang.String stepName

reportId

protected java.lang.String reportId

exceptionMessage

protected java.lang.String exceptionMessage
Constructor Detail

ExecuteException

public ExecuteException(java.lang.String reportId,
                        java.lang.String stepName,
                        java.lang.Exception e)
Method Detail

getLocalizedMessage

public java.lang.String getLocalizedMessage(ResourceHandle resourceHandle)
Specified by:
getLocalizedMessage in interface LocalizedException