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