Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbpm.workflow.log.impl
Class ExceptionReportImpl  view ExceptionReportImpl download ExceptionReportImpl.java

java.lang.Object
  extended byorg.jbpm.workflow.log.impl.LogDetailImpl
      extended byorg.jbpm.workflow.log.impl.ExceptionReportImpl
All Implemented Interfaces:
org.jbpm.workflow.log.ExceptionReport, org.jbpm.workflow.log.LogDetail

public class ExceptionReportImpl
extends LogDetailImpl
implements org.jbpm.workflow.log.ExceptionReport


Field Summary
private  java.lang.String exceptionClassName
           
private  java.lang.String exceptionMessage
           
private  java.lang.String stackTrace
           
 
Fields inherited from class org.jbpm.workflow.log.impl.LogDetailImpl
 
Constructor Summary
ExceptionReportImpl()
           
ExceptionReportImpl(java.lang.Throwable t)
           
 
Method Summary
 java.lang.String getExceptionClassName()
           
 java.lang.String getExceptionMessage()
           
 java.lang.String getStackTrace()
           
 void setExceptionClassName(java.lang.String exceptionClassName)
           
 void setExceptionMessage(java.lang.String exceptionMessage)
           
 void setStackTrace(java.lang.String stackTrace)
           
 
Methods inherited from class org.jbpm.workflow.log.impl.LogDetailImpl
getId, getLog, resolve, setId, setLog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbpm.workflow.log.LogDetail
getLog
 

Field Detail

exceptionClassName

private java.lang.String exceptionClassName

exceptionMessage

private java.lang.String exceptionMessage

stackTrace

private java.lang.String stackTrace
Constructor Detail

ExceptionReportImpl

public ExceptionReportImpl()

ExceptionReportImpl

public ExceptionReportImpl(java.lang.Throwable t)
Method Detail

getExceptionClassName

public java.lang.String getExceptionClassName()
Specified by:
getExceptionClassName in interface org.jbpm.workflow.log.ExceptionReport

setExceptionClassName

public void setExceptionClassName(java.lang.String exceptionClassName)

getExceptionMessage

public java.lang.String getExceptionMessage()
Specified by:
getExceptionMessage in interface org.jbpm.workflow.log.ExceptionReport

setExceptionMessage

public void setExceptionMessage(java.lang.String exceptionMessage)

getStackTrace

public java.lang.String getStackTrace()
Specified by:
getStackTrace in interface org.jbpm.workflow.log.ExceptionReport

setStackTrace

public void setStackTrace(java.lang.String stackTrace)