Uses of Enum Class
com.deltaxml.dita.config.MapTopicExceptionPropagationMode
Packages that use MapTopicExceptionPropagationMode
-
Uses of MapTopicExceptionPropagationMode in com.deltaxml.dita.config
Methods in com.deltaxml.dita.config that return MapTopicExceptionPropagationModeModifier and TypeMethodDescriptionMapParameters.getMapTopicExceptionPropagationMode()Gets the value of the mapTopicExceptionPropagationMode parameter.Returns the enum constant of this class with the specified name.static MapTopicExceptionPropagationMode[]MapTopicExceptionPropagationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.deltaxml.dita.config with parameters of type MapTopicExceptionPropagationModeModifier and TypeMethodDescriptionvoidMapParameters.setMapTopicExceptionPropagationMode(MapTopicExceptionPropagationMode value) What action to perform when there is an exception raised during the processing of a topic during a map file comparison.