Class ExceptionsFactory
java.lang.Object
org.gvsig.remoteclient.wfs.exceptions.ExceptionsFactory
This class parses an exception and returns it
- Author:
- Jorge Piera LlodrĂ¡ (piera_jor@gva.es)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WFSExceptionparseExceptionReport(org.kxml2.io.KXmlParser parser) static WFSExceptionparseServiceExceptionReport(org.kxml2.io.KXmlParser parser)
-
Constructor Details
-
ExceptionsFactory
public ExceptionsFactory()
-
-
Method Details
-
parseServiceExceptionReport
public static WFSException parseServiceExceptionReport(org.kxml2.io.KXmlParser parser) throws org.xmlpull.v1.XmlPullParserException, IOException - Throws:
org.xmlpull.v1.XmlPullParserExceptionIOException
-
parseExceptionReport
public static WFSException parseExceptionReport(org.kxml2.io.KXmlParser parser) throws org.xmlpull.v1.XmlPullParserException, IOException - Throws:
org.xmlpull.v1.XmlPullParserExceptionIOException
-