Package mil.nga.tiff.util
Class TiffException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- mil.nga.tiff.util.TiffException
-
- All Implemented Interfaces:
Serializable
public class TiffException extends RuntimeException
TIFF exception- Author:
- osbornb
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TiffException()
ConstructorTiffException(String message)
ConstructorTiffException(String message, Throwable throwable)
ConstructorTiffException(Throwable throwable)
Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TiffException
public TiffException()
Constructor
-
TiffException
public TiffException(String message)
Constructor- Parameters:
message
- error message
-
TiffException
public TiffException(String message, Throwable throwable)
Constructor- Parameters:
message
- error messagethrowable
- cause
-
TiffException
public TiffException(Throwable throwable)
Constructor- Parameters:
throwable
- cause
-
-