Package loci.poi.hpsf

Class NoSingleSectionException

  • All Implemented Interfaces:
    Serializable

    public class NoSingleSectionException
    extends HPSFRuntimeException

    This exception is thrown if one of the PropertySet's convenience methods that require a single Section is called and the PropertySet does not contain exactly one Section.

    The constructors of this class are analogous to those of its superclass and documented there.

    Since:
    2002-02-09
    Version:
    $Id: NoSingleSectionException.java 489730 2006-12-22 19:18:16Z bayard $
    Author:
    Rainer Klute <klute@rainer-klute.de>
    See Also:
    Serialized Form
    • 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