org.esa.beam.framework.dataio
Class IllegalFileFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.esa.beam.framework.dataio.ProductIOException
                  extended by 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

Constructor Summary
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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.