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 IOException
ServiceExceptions beyond the first can be accessed using ServiceException.next();
inputStream
- stream to parse the exception report from, not closed by this methodIOException
Copyright © 1996–2022 Geotools. All rights reserved.