org.sblim.slp
public interface ServiceLocationEnumeration extends Enumeration<Object>
Method Summary | |
---|---|
abstract boolean | hasMoreExceptions() |
abstract Object | next()
Return the next value or block until it becomes available.
|
abstract Object | nextException() |
Returns: true if there exists another element in Exception table
Returns: The next value
Throws: ServiceLocationException Thrown if the SLP operation encounters an error. NoSuchElementException If there are no more elements to return.
Returns: next Object in Exception table
Throws: 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 table