Package com.luciad.ogc.common
Class TLcdOGCServiceExceptionEncoder
java.lang.Object
com.luciad.ogc.common.TLcdOGCServiceExceptionEncoder
Encoder for the service exceptions.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
encode
(PrintWriter aWriter, TLcdOGCServiceException aServiceException, String aServerURI) Writes an exception report to the givenPrintWriter
.
-
Constructor Details
-
TLcdOGCServiceExceptionEncoder
public TLcdOGCServiceExceptionEncoder()
-
-
Method Details
-
encode
public void encode(PrintWriter aWriter, TLcdOGCServiceException aServiceException, String aServerURI) Writes an exception report to the givenPrintWriter
.- Parameters:
aWriter
- APrintWriter
.aServiceException
- ATLcdOGCServiceException
.aServerURI
- The server URL from which the exception originated. Used to set the schema location of the report.
-