javazoom.jlgui.basicplayer

Class BasicPlayerException


public class BasicPlayerException
extends Exception

This class implements custom exception for basicplayer.

Field Summary

static String
CANNOTINITLINE
static String
GAINCONTROLNOTSUPPORTED
static String
PANCONTROLNOTSUPPORTED
static String
SKIPNOTSUPPORTED
static String
WAITERROR

Constructor Summary

BasicPlayerException()
BasicPlayerException(String msg)
BasicPlayerException(String msg, Throwable cause)
BasicPlayerException(Throwable cause)

Method Summary

Throwable
getCause()
String
getMessage()
Returns the detail message string of this throwable.
void
printStackTrace()
void
printStackTrace(PrintStream out)
void
printStackTrace(PrintWriter out)

Field Details

CANNOTINITLINE

public static final String CANNOTINITLINE

GAINCONTROLNOTSUPPORTED

public static final String GAINCONTROLNOTSUPPORTED

PANCONTROLNOTSUPPORTED

public static final String PANCONTROLNOTSUPPORTED

SKIPNOTSUPPORTED

public static final String SKIPNOTSUPPORTED

WAITERROR

public static final String WAITERROR

Constructor Details

BasicPlayerException

public BasicPlayerException()

BasicPlayerException

public BasicPlayerException(String msg)

BasicPlayerException

public BasicPlayerException(String msg,
                            Throwable cause)

BasicPlayerException

public BasicPlayerException(Throwable cause)

Method Details

getCause

public Throwable getCause()

getMessage

public String getMessage()
Returns the detail message string of this throwable. If it was created with a null message, returns the following: (cause==null ? null : cause.toString()).

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintStream out)

printStackTrace

public void printStackTrace(PrintWriter out)

JavaZOOM 1999-2006