This exception is thrown when there is an illegal value set in a
{@link PropertySet}. For example, a {@link 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. |