Class NoSingleSectionException

    • Constructor Detail

      • NoSingleSectionException

        public NoSingleSectionException()

        Constructor

      • NoSingleSectionException

        public NoSingleSectionException​(String msg)

        Constructor

        Parameters:
        msg - The exception's message string
      • NoSingleSectionException

        public NoSingleSectionException​(Throwable reason)

        Constructor

        Parameters:
        reason - This exception's underlying reason
      • NoSingleSectionException

        public NoSingleSectionException​(String msg,
                                        Throwable reason)

        Constructor

        Parameters:
        msg - The exception's message string
        reason - This exception's underlying reason