|
||||||||||
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 | +--edu.harvard.hul.ois.jhove.module.tiff.TiffException
Exception subclass used internally by the TIFF module.
Constructor Summary | |
TiffException(java.lang.String m)
Create a TiffException. |
|
TiffException(java.lang.String m,
long offset)
Create a TiffException with specified offset. |
Method Summary | |
long |
getOffset()
Returns the offset at which the exception occurred. |
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 TiffException(java.lang.String m)
public TiffException(java.lang.String m, long offset)
Method Detail |
public long getOffset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |