ExtractionException constructor

ExtractionException(
  1. String message
)

Exception thrown when an error occurs during the extraction of audio information.

Implementation

ExtractionException(this.message);