org.gvsig.remoteclient.wfs.exceptions
Class ExceptionsFactory

java.lang.Object
  extended by org.gvsig.remoteclient.wfs.exceptions.ExceptionsFactory

public class ExceptionsFactory
extends java.lang.Object

This class parses an exception and returns it

Author:
Jorge Piera LlodrĂ¡ (piera_jor@gva.es)

Constructor Summary
ExceptionsFactory()
           
 
Method Summary
static WFSException parseExceptionReport(org.kxml2.io.KXmlParser parser)
           
static WFSException parseServiceExceptionReport(org.kxml2.io.KXmlParser parser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionsFactory

public ExceptionsFactory()
Method Detail

parseServiceExceptionReport

public static WFSException parseServiceExceptionReport(org.kxml2.io.KXmlParser parser)
                                                throws org.xmlpull.v1.XmlPullParserException,
                                                       java.io.IOException
Throws:
org.xmlpull.v1.XmlPullParserException
java.io.IOException

parseExceptionReport

public static WFSException parseExceptionReport(org.kxml2.io.KXmlParser parser)
                                         throws org.xmlpull.v1.XmlPullParserException,
                                                java.io.IOException
Throws:
org.xmlpull.v1.XmlPullParserException
java.io.IOException


Copyright © 2004-2013 gvSIG. All Rights Reserved.