Class RasterReadingFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.hortonmachine.gears.io.grasslegacy.io.RasterReadingFailureException
-
- All Implemented Interfaces:
Serializable
public class RasterReadingFailureException extends Exception
Ecxeption to throw when raster reading fails- Author:
- Andrea Antonello - www.hydrologis.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RasterReadingFailureException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RasterReadingFailureException
public RasterReadingFailureException(String message)
-
-