Class UnexpectedPropertySetTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.docx4j.org.apache.poi.hpsf.HPSFException
org.docx4j.org.apache.poi.hpsf.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.

Author:
Rainer Klute <klute@rainer-klute.de>
See Also:
Serialized Form