public final class TiffException
extends java.lang.Exception
| Constructor and Description |
|---|
TiffException(java.lang.String m)
Create a TiffException.
|
TiffException(java.lang.String m,
long offset)
Create a TiffException with specified offset.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getOffset()
Returns the offset at which the exception occurred.
|