Class DitaTopicProcessingException

All Implemented Interfaces:
Serializable

public class DitaTopicProcessingException extends DeltaXMLException
DITA Topic Processing Exception.

The DITA Topic Processing Exception, is used to report exceptions that were trapped when processing topics as part of a DITA map topic set comparison. A comparison result DITA map will still be available if MapTopicExceptionPropagationMode is set to SLOW_FAIL.

See Also:
  • Method Details

    • numberOfExceptions

      public int numberOfExceptions()
      The number of topic exceptions that were caught.
      Returns:
      the number of topic exceptions that were caught.
    • getExceptionMap

      public Map<Exception,List<String>> getExceptionMap()
      Gets the topic level exceptions, along with their associated topic hrefs (e.g. uris) that were involved with the given exception.
      Returns:
      the topic level exceptions, along with their associated the topic hrefs (e.g. uris) that were involved with the given exception.