KIE Internal 6.1.0.CR2

org.kie.internal.executor.api
Interface ErrorInfo


public interface ErrorInfo

Represents Error information of the executor service data model.


Method Summary
 Long getId()
          Returns unique identifier of the error instance.
 String getMessage()
          Returns error message for the error instance.
 String getStacktrace()
          Returns complete stack trace of the exception that generated this error instance
 Date getTime()
          Returns exact time when the exception happened.
 

Method Detail

getId

Long getId()
Returns unique identifier of the error instance.

Returns:

getMessage

String getMessage()
Returns error message for the error instance.

Returns:

getStacktrace

String getStacktrace()
Returns complete stack trace of the exception that generated this error instance

Returns:

getTime

Date getTime()
Returns exact time when the exception happened.

Returns:

KIE Internal 6.1.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.