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.

See Also:
  • Constructor Details

    • 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