Package com.mpatric.mp3agic
Class InvalidDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mpatric.mp3agic.BaseException
com.mpatric.mp3agic.InvalidDataException
- All Implemented Interfaces:
Serializable
public class InvalidDataException extends BaseException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description InvalidDataException()
InvalidDataException(String message)
InvalidDataException(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
-
InvalidDataException
public InvalidDataException() -
InvalidDataException
-
InvalidDataException
-