|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.esa.beam.framework.dataio.ProductIOException
public class ProductIOException
A java.io.IOException that is thrown by ProductReaders, ProductWriterss and
ProductIO.
| 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 |
|---|
public ProductIOException()
public ProductIOException(String message)
message - the error message
public ProductIOException(String message,
Throwable cause)
message - the error messagecause - the cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||