public class ProductIOException extends IOException
java.io.IOException that is thrown by ProductReaders, ProductWriterss and
ProductIO.| Constructor and Description |
|---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProductIOException()
public ProductIOException(String message)
message - the error messageCopyright © 2014–2017 European Space Agency (ESA). All rights reserved.