org.jbpm.formModeler.service.error
Class ErrorReport
java.lang.Object
org.jbpm.formModeler.service.error.ErrorReport
public class ErrorReport
- extends Object
An error report.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
date
protected Date date
- The error date
id
protected String id
- The error unique identifier
exception
protected Throwable exception
- The error itself
dateFormat
protected static transient DateFormat dateFormat
ErrorReport
public ErrorReport()
getDate
public Date getDate()
setDate
public void setDate(Date date)
getId
public String getId()
setId
public void setId(String id)
getException
public Throwable getException()
setException
public void setException(Throwable exception)
printContext
public String printContext(int indent)
printExceptionTrace
public String printExceptionTrace()
appendIndent
public static void appendIndent(StringBuffer out,
int indent)
isBusinessAppError
public boolean isBusinessAppError()
isTechnicalAppError
public boolean isTechnicalAppError()
getUnexpectedErrorTitle
protected String getUnexpectedErrorTitle()
getUnexpectedErrorMessage
protected String getUnexpectedErrorMessage()
printErrorTitle
public String printErrorTitle()
printErrorMessage
public String printErrorMessage()
main
public static void main(String[] args)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.