public interface ErrorHandler
| Modifier and Type | Method and Description |
|---|---|
void |
error(TranscoderException ex)
Invoked when an error occured while transcoding.
|
void |
fatalError(TranscoderException ex)
Invoked when an fatal error occured while transcoding.
|
void |
warning(TranscoderException ex)
Invoked when a warning occured while transcoding.
|
void error(TranscoderException ex) throws TranscoderException
ex - the error informations encapsulated in a TranscoderExceptionTranscoderException - if the method want to forward
the exceptionvoid fatalError(TranscoderException ex) throws TranscoderException
ex - the fatal error informations encapsulated in a
TranscoderExceptionTranscoderException - if the method want to forward
the exceptionvoid warning(TranscoderException ex) throws TranscoderException
ex - the warning informations encapsulated in a TranscoderExceptionTranscoderException - if the method want to forward
the exceptionCopyright © 2000–2021 Apache Software Foundation. All rights reserved.