javazoom.jl.decoder
Class DecoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javazoom.jl.decoder.JavaLayerException
javazoom.jl.decoder.DecoderException
- All Implemented Interfaces:
- java.io.Serializable, DecoderErrors, JavaLayerErrors
public class DecoderException
- extends JavaLayerException
- implements DecoderErrors
The DecoderException
represents the class of
errors that can occur when decoding MPEG audio.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DecoderException
public DecoderException(java.lang.String msg,
java.lang.Throwable t)
DecoderException
public DecoderException(int errorcode,
java.lang.Throwable t)
getErrorCode
public int getErrorCode()
getErrorString
public static java.lang.String getErrorString(int errorcode)
JavaZOOM 1999-2008