Class XMLImporterException

All Implemented Interfaces:
Serializable

public class XMLImporterException extends ClientException
An exception class used for general exceptions that occur when using the XMLImporter.
See Also:
  • Constructor Details

    • XMLImporterException

      public XMLImporterException(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
    • XMLImporterException

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