Throwable
that caused thismethod to be called..
@param where The object from which this Throwable
is caughtand sent to this listener. The typical type for this argument will be RenderedOp
, OpImage
, RenderedImageFactory
, or other image types such as the RenderedImage
generated from codecs.
@param isRetryable Indicates whether or not the caller is capable ofretrying the operation, if the problem is corrected in this method. If this parameter is false
, the return value should also be false
. This parameter can be used to stop the retry, e.g., if a maximum retry number is reached.
@return Returns true
if the recovery is a successand the caller should attempt a retry; otherwise returns false
(in which case no retry should be attempted). The return value may be ignored by the caller if isRetryable
is false
.
@throws RuntimeException Propagates the Throwable
tothe caller.
Throwable
that caused thismethod to be called..
@param where The object from which this Throwable
is caughtand sent to this listener. The typical type for this argument will be RenderedOp
, OpImage
, RenderedImageFactory
, or other image types such as the RenderedImage
generated from codecs.
@param isRetryable Indicates whether or not the caller is capable ofretrying the operation, if the problem is corrected in this method. If this parameter is false
, the return value should also be false
. This parameter can be used to stop the retry, e.g., if a maximum retry number is reached.
@return Returns true
if the recovery is a successand the caller should attempt a retry; otherwise returns false
(in which case no retry should be attempted). The return value may be ignored by the caller if isRetryable
is false
.
@throws RuntimeException Propagates the Throwable
tothe caller.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|