public interface RMErrorStack
RMErrorRecord
instances returned from a repository. Each instance typically represents
a chained exception.
A RMErrorStack
can be acquired using the
RMRuntimeException.getErrorStack
method.
Modifier and Type | Method and Description |
---|---|
RMErrorRecord[] |
getErrorRecords()
Returns the collection of
RMErrorRecord
instances, if any, associated with a RMRuntimeException . |
java.lang.String |
toString()
Returns a string representation of all contained
RMErrorRecord instances. |
RMErrorRecord[] getErrorRecords()
RMErrorRecord
instances, if any, associated with a RMRuntimeException
.RMErrorRecord
.java.lang.String toString()
RMErrorRecord
instances.toString
in class java.lang.Object
String
value.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.