public class ProductIOException extends IOException
java.io.IOException
that is thrown by ProductReader
s, ProductWriters
s 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, toString
public ProductIOException()
public ProductIOException(String message)
message
- the error messageCopyright © 2014–2017 European Space Agency (ESA). All rights reserved.