AudioSink.ConfigurationException


public final class AudioSink.ConfigurationException extends Exception


Thrown when a failure occurs configuring the sink.

Summary

Public fields

final Format

Input Format of the sink when the configuration failure occurs.

Public constructors

Creates a new configuration exception with the specified cause and no message.

Creates a new configuration exception with the specified message and no cause.

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public fields

format

public final Format format

Input Format of the sink when the configuration failure occurs.

Public constructors

ConfigurationException

public ConfigurationException(Throwable cause, Format format)

Creates a new configuration exception with the specified cause and no message.

ConfigurationException

public ConfigurationException(String message, Format format)

Creates a new configuration exception with the specified message and no cause.