Package javazoom.jl.decoder
Class JavaLayerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javazoom.jl.decoder.JavaLayerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BitstreamException
,DecoderException
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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JavaLayerException
public JavaLayerException() -
JavaLayerException
-
JavaLayerException
-
-
Method Details
-
getException
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-