Package org.geotools.data.ows
Class ServiceExceptionParser
Object
ServiceExceptionParser
Utility class that will parse ServiceExceptions out of an inputStream.
- Author:
- rgould
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ServiceException
parse
(InputStream inputStream) Tries to read a ServiceExceptionReport from the input stream, and construct a chain of ServiceExceptions.
-
Constructor Details
-
ServiceExceptionParser
public ServiceExceptionParser()
-
-
Method Details
-
parse
Tries to read a ServiceExceptionReport from the input stream, and construct a chain of ServiceExceptions.ServiceExceptions beyond the first can be accessed using ServiceException.next();
- Parameters:
inputStream
- stream to parse the exception report from, not closed by this method- Throws:
IOException
-