Class TLcdOGCServiceExceptionEncoder

java.lang.Object
com.luciad.ogc.common.TLcdOGCServiceExceptionEncoder

public class TLcdOGCServiceExceptionEncoder extends Object
Encoder for the service exceptions.
  • Constructor Details

    • TLcdOGCServiceExceptionEncoder

      public TLcdOGCServiceExceptionEncoder()
  • Method Details

    • encode

      public void encode(PrintWriter aWriter, TLcdOGCServiceException aServiceException, String aServerURI)
      Writes an exception report to the given PrintWriter.
      Parameters:
      aWriter - A PrintWriter.
      aServiceException - A TLcdOGCServiceException.
      aServerURI - The server URL from which the exception originated. Used to set the schema location of the report.