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 and Description |
---|
UnexpectedPropertySetTypeException()
Creates an
UnexpectedPropertySetTypeException . |
UnexpectedPropertySetTypeException(String msg)
Creates an
UnexpectedPropertySetTypeException with a message
string. |
UnexpectedPropertySetTypeException(String msg,
Throwable reason)
Creates an
UnexpectedPropertySetTypeException with a message
string and a reason. |
UnexpectedPropertySetTypeException(Throwable reason)
Creates a new
UnexpectedPropertySetTypeException with a
reason. |
getReason
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnexpectedPropertySetTypeException()
Creates an UnexpectedPropertySetTypeException
.
public UnexpectedPropertySetTypeException(String msg)
Creates an UnexpectedPropertySetTypeException
with a message
string.
msg
- The message string.public UnexpectedPropertySetTypeException(Throwable reason)
Creates a new UnexpectedPropertySetTypeException
with a
reason.
reason
- The reason, i.e. a throwable that indirectly
caused this exception.public UnexpectedPropertySetTypeException(String msg, 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 © 2020. All rights reserved.