|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.apache.poi.hpsf.HPSFException org.apache.poi.hpsf.VariantTypeException
public abstract class VariantTypeException
This exception is thrown if HPSF encounters a problem with a variant type. Concrete subclasses specifiy the problem further.
Constructor Summary | |
---|---|
VariantTypeException(long variantType,
java.lang.Object value,
java.lang.String msg)
Constructor. |
Method Summary | |
---|---|
java.lang.Object |
getValue()
Returns the value who's variant type caused the problem. |
long |
getVariantType()
Returns the offending variant type. |
Methods inherited from class org.apache.poi.hpsf.HPSFException |
---|
getReason |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VariantTypeException(long variantType, java.lang.Object value, java.lang.String msg)
Constructor.
variantType
- The variant type causing the problemvalue
- The value who's variant type causes the problemmsg
- A message text describing the problemMethod Detail |
---|
public long getVariantType()
Returns the offending variant type.
public java.lang.Object getValue()
Returns the value who's variant type caused the problem.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |