Class TiffException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.meteoinfo.data.mapdata.geotiff.compression.TiffException
-
public class TiffException extends java.lang.RuntimeExceptionTIFF exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TiffException()ConstructorTiffException(java.lang.String message)ConstructorTiffException(java.lang.String message, java.lang.Throwable throwable)ConstructorTiffException(java.lang.Throwable throwable)Constructor
-
-
-
Constructor Detail
-
TiffException
public TiffException()
Constructor
-
TiffException
public TiffException(java.lang.String message)
Constructor- Parameters:
message-
-
TiffException
public TiffException(java.lang.String message, java.lang.Throwable throwable)Constructor- Parameters:
message-throwable-
-
TiffException
public TiffException(java.lang.Throwable throwable)
Constructor- Parameters:
throwable-
-
-