org.geotools.data.wfs.protocol.wfs
Class WFSException

Object
  extended by Throwable
      extended by Exception
          extended by IOException
              extended by 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
Module:
modules/unsupported/wfs (gt-wfs.jar)

Constructor Summary
WFSException(String msg)
           
WFSException(String msg, Throwable cause)
           
 
Method Summary
 void addExceptionReport(String report)
           
 String getLocalizedMessage()
           
 String getMessage()
           
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WFSException

public WFSException(String msg)

WFSException

public WFSException(String msg,
                    Throwable cause)
Method Detail

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-2010 Geotools. All Rights Reserved.