public interface ErrorInfo
Modifier and Type | Method and Description |
---|---|
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.
|
Long getId()
String getMessage()
String getStacktrace()
Date getTime()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.