org.esa.beam.framework.dataio
Class ProductIOException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalFileFormatException

public class ProductIOException
extends IOException

A java.io.IOException that is thrown by ProductReaders, ProductWriterss and ProductIO.

Version:
$Revision$ $Date$
Author:
Norman Fomferra
See Also:
Serialized Form

Constructor Summary
ProductIOException()
          Constructs a new exception with no error message.
ProductIOException(String message)
          Constructs a new exception with the given error message.
ProductIOException(String message, Throwable cause)
          Constructs a new exception with the given error message and cause.
 
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

ProductIOException

public ProductIOException()
Constructs a new exception with no error message.


ProductIOException

public ProductIOException(String message)
Constructs a new exception with the given error message.

Parameters:
message - the error message

ProductIOException

public ProductIOException(String message,
                          Throwable cause)
Constructs a new exception with the given error message and cause.

Parameters:
message - the error message
cause - the cause of the exception


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