Class XMLExporterException

All Implemented Interfaces:
Serializable

public class XMLExporterException extends ClientException
An exception class used for general problems encountered when using the XMLExporter.
See Also:
  • Constructor Details

    • XMLExporterException

      public XMLExporterException(String strMessage, Throwable thE)
      Class constructor specifying a detailed message and the original thrown exception.
      Parameters:
      strMessage - the detailed message of this exception
      thE - the originally thrown exception
    • XMLExporterException

      public XMLExporterException(String strMessage)
      Class constructor specifying a detailed message.
      Parameters:
      strMessage - the message of this exception