Liking cljdoc? Tell your friends :D

javax.sound.sampled.UnsupportedAudioFileException

An UnsupportedAudioFileException is an exception indicating that an operation failed because a file did not contain valid data of a recognized file type and format.

An UnsupportedAudioFileException is an exception indicating that an
operation failed because a file did not contain valid data of a recognized file
type and format.
raw docstring

->unsupported-audio-file-exceptionclj

(->unsupported-audio-file-exception)
(->unsupported-audio-file-exception message)

Constructor.

Constructs a UnsupportedAudioFileException that has the specified detail message.

message - a string containing the error detail message - java.lang.String

Constructor.

Constructs a UnsupportedAudioFileException that has
 the specified detail message.

message - a string containing the error detail message - `java.lang.String`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close