public interface RMErrorRecord
A collection of RMErrorRecord
instances can be acquired using the
RMErrorStack.getErrorRecords
method.
RMErrorStack
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Provides a repository-generated description string for this
ErrorRecord instance. |
Diagnostic[] |
getDiagnosticTypes()
Represents specific details used to troubleshoot an error occurrence.
|
java.lang.String |
getSource()
Provides repository-specific exception source information.
|
java.lang.String |
toString()
Returns a string representation of this
ErrorRecord instance. |
java.lang.String getDescription()
ErrorRecord
instance.String
value.java.lang.String getSource()
String
value.Diagnostic[] getDiagnosticTypes()
Diagnostic
.java.lang.String toString()
ErrorRecord
instance.toString
in class java.lang.Object
String
value.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.