javazoom.jl.decoder
Class JavaLayerException
public
class
JavaLayerException
extends Exception
The JavaLayerException is the base class for all API-level
exceptions thrown by JavaLayer. To facilitate conversion and
common handling of exceptions from other domains, the class
can delegate some functionality to a contained Throwable instance.
public JavaLayerException()
public JavaLayerException(String msg)
public JavaLayerException(String msg, Throwable t)
public Throwable getException()
public void printStackTrace()
public void printStackTrace(PrintStream ps)
JavaZOOM 1999-2005