Package org.geotools.data.wfs.internal
Class ExceptionDetails
- Object
-
- ExceptionDetails
-
- All Implemented Interfaces:
Serializable
public final class ExceptionDetails extends Object implements Serializable
Corresponds to one detail item of an WFS exception report. Contained byWFSException
.- Author:
- awaterme
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExceptionDetails(String code, String locator, List<String> texts)
-