org.blinkenlights.jid3
Class InvalidFrameID3Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.blinkenlights.jid3.ID3Exception
org.blinkenlights.jid3.InvalidFrameID3Exception
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidFrameID3Exception
- extends ID3Exception
Exception generated when a frame read from a file is invalid.
- See Also:
- Serialized Form
Method Summary |
static java.lang.String |
getStackTrace(java.lang.Throwable oThrowable)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidFrameID3Exception
public InvalidFrameID3Exception()
- Creates a new instance of InvalidFrameID3Exception
InvalidFrameID3Exception
public InvalidFrameID3Exception(java.lang.String arg0)
InvalidFrameID3Exception
public InvalidFrameID3Exception(java.lang.Throwable arg0)
InvalidFrameID3Exception
public InvalidFrameID3Exception(java.lang.String arg0,
java.lang.Throwable arg1)
getStackTrace
public static java.lang.String getStackTrace(java.lang.Throwable oThrowable)