|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--org.apache.poi.hpsf.HPSFRuntimeException | +--org.apache.poi.hpsf.IllegalPropertySetDataException
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 Summary | |
IllegalPropertySetDataException()
Creates a new IllegalPropertySetDataException . |
|
IllegalPropertySetDataException(java.lang.String msg)
Creates a new IllegalPropertySetDataException with a message string. |
|
IllegalPropertySetDataException(java.lang.String msg,
java.lang.Throwable reason)
Creates a new IllegalPropertySetDataException with a message
string and a reason. |
|
IllegalPropertySetDataException(java.lang.Throwable reason)
Creates a new IllegalPropertySetDataException with a reason. |
Methods inherited from class org.apache.poi.hpsf.HPSFRuntimeException |
getReason |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public IllegalPropertySetDataException()
Creates a new IllegalPropertySetDataException
.
public IllegalPropertySetDataException(java.lang.String msg)
Creates a new IllegalPropertySetDataException
with a message string.
msg
- Description of the Parameterpublic IllegalPropertySetDataException(java.lang.Throwable reason)
Creates a new IllegalPropertySetDataException
with a reason.
reason
- Description of the Parameterpublic IllegalPropertySetDataException(java.lang.String msg, java.lang.Throwable reason)
Creates a new IllegalPropertySetDataException
with a message
string and a reason.
msg
- Description of the Parameterreason
- Description of the Parameter
|
jakarta-poi 1.7.0-dev | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |