public class IllegalPropertySetDataException extends HPSFRuntimeException
This exception is thrown when there is an illegal value set in a
PropertySet
. For example, a Variant.VT_BOOL
must
have a value of -1 (true)
or 0 (false)
.
Any other value would trigger this exception. It supports a nested
"reason" throwable, i.e. an exception that caused this one to be
thrown.
Constructor and Description |
---|
IllegalPropertySetDataException()
Constructor
|
IllegalPropertySetDataException(String msg)
Constructor
|
IllegalPropertySetDataException(String msg,
Throwable reason)
Constructor
|
IllegalPropertySetDataException(Throwable reason)
Constructor
|
getReason
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalPropertySetDataException()
Constructor
public IllegalPropertySetDataException(String msg)
Constructor
msg
- The exception's message stringpublic IllegalPropertySetDataException(Throwable reason)
Constructor
reason
- This exception's underlying reasonCopyright © 2020. All rights reserved.