Class XMLProcessingException

All Implemented Interfaces:
Serializable

public class XMLProcessingException extends ClientException
An exception that occurs when processing an XML file or fragment.
See Also:
  • Constructor Details

    • XMLProcessingException

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

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