public class ServiceExceptionParser extends Object
Constructor and Description |
---|
ServiceExceptionParser() |
Modifier and Type | Method and Description |
---|---|
static ServiceException |
parse(InputStream inputStream)
Tries to read a ServiceExceptionReport from the input stream, and construct a chain of
ServiceExceptions.
|
public static ServiceException parse(InputStream inputStream) throws JDOMException, IOException
ServiceExceptions beyond the first can be accessed using ServiceException.next();
inputStream
- JDOMException
IOException
Copyright © 1996–2019 Geotools. All rights reserved.