Package org.geotools.data.wfs.internal
Class WFSException
Object
Throwable
Exception
IOException
WFSException
- All Implemented Interfaces:
Serializable
A Java Exception that mirrors a WFS
ExceptionReport
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addExceptionDetails
(String code, String locator, List<String> texts) void
addExceptionMessage
(String message) Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WFSException
-
WFSException
-
-
Method Details
-
addExceptionMessage
-
addExceptionDetails
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classThrowable
-
getExceptionDetails
- Returns:
- the structured contents of the WFS exception, if any
-