Class SegmentationRuleException

    • Constructor Detail

      • SegmentationRuleException

        public SegmentationRuleException​(String text)
        Creates a new SegmentationRuleException object with a given message.
        Parameters:
        text - text of the message.
      • SegmentationRuleException

        public SegmentationRuleException​(Throwable e)
        Creates a new SegmentationRuleException object with a given parent exception.
        Parameters:
        e - the parent exception.