Package org.esa.snap.core.dataio
Class IllegalFileFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.esa.snap.core.dataio.ProductIOException
-
- org.esa.snap.core.dataio.IllegalFileFormatException
-
- All Implemented Interfaces:
Serializable
public class IllegalFileFormatException extends ProductIOException
AProductIOException
that is thrown byProductReader
s- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalFileFormatException()
Constructs a new exception with no error message.IllegalFileFormatException(String message)
Constructs a new exception with the given error 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
-
IllegalFileFormatException
public IllegalFileFormatException()
Constructs a new exception with no error message.
-
IllegalFileFormatException
public IllegalFileFormatException(String message)
Constructs a new exception with the given error message.- Parameters:
message
- the error message
-
-