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(java.lang.String msg)
Constructor
|
IllegalPropertySetDataException(java.lang.String msg,
java.lang.Throwable reason)
Constructor
|
IllegalPropertySetDataException(java.lang.Throwable reason)
Constructor
|
getReason
public IllegalPropertySetDataException()
Constructor
public IllegalPropertySetDataException(java.lang.String msg)
Constructor
msg
- The exception's message stringpublic IllegalPropertySetDataException(java.lang.Throwable reason)
Constructor
reason
- This exception's underlying reasonpublic IllegalPropertySetDataException(java.lang.String msg, java.lang.Throwable reason)
Constructor
msg
- The exception's message stringreason
- This exception's underlying reasonCopyright © 2005-2010 Potix Corporation. All Rights Reserved.