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.
Constructor | Description |
---|---|
UnexpectedPropertySetTypeException() |
Creates an
UnexpectedPropertySetTypeException . |
UnexpectedPropertySetTypeException(java.lang.String msg) |
Creates an
UnexpectedPropertySetTypeException with a message
string. |
UnexpectedPropertySetTypeException(java.lang.String msg,
java.lang.Throwable reason) |
Creates an
UnexpectedPropertySetTypeException with a message
string and a reason. |
UnexpectedPropertySetTypeException(java.lang.Throwable reason) |
Creates a new
UnexpectedPropertySetTypeException with a
reason. |
getReason
public UnexpectedPropertySetTypeException()
Creates an UnexpectedPropertySetTypeException
.
public UnexpectedPropertySetTypeException(java.lang.String msg)
Creates an UnexpectedPropertySetTypeException
with a message
string.
msg
- The message string.public UnexpectedPropertySetTypeException(java.lang.Throwable reason)
Creates a new UnexpectedPropertySetTypeException
with a
reason.
reason
- The reason, i.e. a throwable that indirectly
caused this exception.public UnexpectedPropertySetTypeException(java.lang.String msg, java.lang.Throwable reason)
Creates an UnexpectedPropertySetTypeException
with a message
string and a reason.
msg
- The message string.reason
- The reason, i.e. a throwable that indirectly
caused this exception.Copyright 2018 The Apache Software Foundation or its licensors, as applicable.