org.esa.beam.framework.dataio
Class IllegalFileFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.esa.beam.framework.dataio.ProductIOException
org.esa.beam.framework.dataio.IllegalFileFormatException
- All Implemented Interfaces:
- Serializable
public class IllegalFileFormatException
- extends ProductIOException
A ProductIOException that is thrown by ProductReaders
- Version:
- $Revision$ $Date$
- Author:
- Norman Fomferra
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.