Class AmbiguousRendererPriorityReport


  • public class AmbiguousRendererPriorityReport
    extends AbstractReport
    An error that indicates that two renderers with the same priority have been found.
    Since:
    1.5
    Author:
    emueller
    • Constructor Detail

      • AmbiguousRendererPriorityReport

        public AmbiguousRendererPriorityReport​(int priority,
                                               java.lang.String rendererName,
                                               java.lang.String otherRendererName)
        Constructor.
        Parameters:
        priority - the ambiguous priority
        rendererName - the name of the first renderer
        otherRendererName - the name of the second renderer