org.geotools.data.wfs.protocol.wfs
Class WFSException
Object
Throwable
Exception
IOException
WFSException
- All Implemented Interfaces:
- Serializable
public class WFSException
- extends IOException
A Java Exception that mirrors a WFS ExceptionReport
and is meant to be produced by
ExceptionReportParser
.
- Since:
- 2.6
- Author:
- Gabriel Roldan (OpenGeo)
- See Also:
- Serialized Form
WFSException
public WFSException(String msg)
WFSException
public WFSException(String msg,
Throwable cause)
addExceptionReport
public void addExceptionReport(String report)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in class Throwable
Copyright © 1996-2014 Geotools. All Rights Reserved.