|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xins.common.service.CallExceptionList
List of call exceptions. See class CallException
.
Constructor Summary | |
CallExceptionList()
Constructs a new CallExceptionList object. |
Method Summary | |
CallException |
get(int index)
Retrieves a CallException by index. |
CallException |
last()
Retrieves the last (most recent) CallException . |
int |
size()
Counts the number of elements. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CallExceptionList()
CallExceptionList
object.
Method Detail |
public int size()
CallException
s, always >= 0.public CallException get(int index) throws IndexOutOfBoundsException
CallException
by index.
index
- the element index, must be >= 0 and < size()
.
CallException
element at the specified index, never
null
.
IndexOutOfBoundsException
- if index < 0 || index >= size()
.public CallException last()
CallException
.
CallException
element at the highest index, or
null
if this list is empty.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |