Package com.deltaxml.dita
Class DitaTopicProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.deltaxml.core.exceptions.DeltaXMLException
com.deltaxml.dita.DitaTopicProcessingException
- All Implemented Interfaces:
Serializable
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 Summary
Modifier and TypeMethodDescriptionGets the topic level exceptions, along with their associated topic hrefs (e.g. uris) that were involved with the given exception.intThe number of topic exceptions that were caught.Methods inherited from class com.deltaxml.core.exceptions.DeltaXMLException
getCause, getThrowableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
numberOfExceptions
public int numberOfExceptions()The number of topic exceptions that were caught.- Returns:
- the number of topic exceptions that were caught.
-
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.
-