| 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.
author: Drew Varner(Drew.Varner atDomain sc.edu) version: $Id: IllegalPropertySetDataException.java 489730 2006-12-22 19:18:16Z bayard $ since: 2002-05-26 |