public interface ServiceLocationEnumeration
extends java.util.Enumeration<java.lang.Object>
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreExceptions() |
java.lang.Object |
next()
Return the next value or block until it becomes available.
|
java.lang.Object |
nextException() |
java.lang.Object next() throws ServiceLocationException, java.util.NoSuchElementException
ServiceLocationException
- Thrown if the SLP operation encounters an error.java.util.NoSuchElementException
- If there are no more elements to return.java.lang.Object nextException() throws java.util.NoSuchElementException
java.util.NoSuchElementException
- This in internal implementation to get list of all exceptions
thrown/caught by parser This can throw RuntimeExceptions.
They can be ignored or used for analysis.
use hasNextException to check whether there exists another
element in Exception tableboolean hasMoreExceptions()
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.