Package com.mpatric.mp3agic
Class UnsupportedTagException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mpatric.mp3agic.BaseException
com.mpatric.mp3agic.UnsupportedTagException
- All Implemented Interfaces:
Serializable
public class UnsupportedTagException extends BaseException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description UnsupportedTagException()
UnsupportedTagException(String message)
UnsupportedTagException(String message, Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedTagException
public UnsupportedTagException() -
UnsupportedTagException
-
UnsupportedTagException
-