org.sblim.slp
public interface ServiceLocationEnumeration extends Enumeration<Object>
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreExceptions() |
Object |
next()
Return the next value or block until it becomes available.
|
Object |
nextException() |
hasMoreElements, nextElement
Object next() throws ServiceLocationException, NoSuchElementException
ServiceLocationException
- Thrown if the SLP operation encounters an error.NoSuchElementException
- If there are no more elements to return.Object nextException() throws NoSuchElementException
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, 2009 IBM Corporation. All Rights Reserved.