Class UnexpectedPropertySetTypeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnexpectedPropertySetTypeException
    extends HPSFException

    This exception is thrown if a certain type of property set is expected (e.g. a Document Summary Information) but the provided property set is not of that type.

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

    See Also:
    Serialized Form
    • Constructor Detail

      • UnexpectedPropertySetTypeException

        public UnexpectedPropertySetTypeException​(java.lang.String msg)

        Creates an UnexpectedPropertySetTypeException with a message string.

        Parameters:
        msg - The message string.
      • UnexpectedPropertySetTypeException

        public UnexpectedPropertySetTypeException​(java.lang.Throwable reason)

        Creates a new UnexpectedPropertySetTypeException with a reason.

        Parameters:
        reason - The reason, i.e. a throwable that indirectly caused this exception.
      • UnexpectedPropertySetTypeException

        public UnexpectedPropertySetTypeException​(java.lang.String msg,
                                                  java.lang.Throwable reason)

        Creates an UnexpectedPropertySetTypeException with a message string and a reason.

        Parameters:
        msg - The message string.
        reason - The reason, i.e. a throwable that indirectly caused this exception.