|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.vfny.geoserver.ServiceException
org.vfny.geoserver.WfsException
This defines an exception that can be turned into a valid xml service exception that wfs clients will expect. All errors should be wrapped in this before returning to clients.
| Field Summary |
| Fields inherited from class org.vfny.geoserver.ServiceException |
code, locator, preMessage |
| Constructor Summary | |
WfsException()
Empty constructor. |
|
WfsException(java.lang.String message)
Message constructor. |
|
WfsException(java.lang.String message,
java.lang.String locator)
Message Locator constructor. |
|
WfsException(java.lang.String message,
java.lang.Throwable cause)
|
|
WfsException(java.lang.Throwable e)
Throwable constructor. |
|
WfsException(java.lang.Throwable e,
java.lang.String preMessage,
java.lang.String locator)
DOCUMENT ME! |
|
| Methods inherited from class org.vfny.geoserver.ServiceException |
getXmlMessage, getXmlResponse, getXmlResponse, isEmpty, setCode |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public WfsException()
public WfsException(java.lang.String message)
message - The message for the .public WfsException(java.lang.Throwable e)
e - The message for the .
public WfsException(java.lang.String message,
java.lang.String locator)
message - The message for the .locator - The java class that caused the problem
public WfsException(java.lang.String message,
java.lang.Throwable cause)
public WfsException(java.lang.Throwable e,
java.lang.String preMessage,
java.lang.String locator)
e - The cause of failurepreMessage - The message to tack on the front.locator - The java class that caused the problem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||