public class ID3v2FormatException extends Exception
| Constructor and Description |
|---|
ID3v2FormatException()
Create an ID3v2FormatException with a default message
|
ID3v2FormatException(String msg)
Create an ID3v2FormatException with a specified message
|
ID3v2FormatException(String message,
Throwable cause)
Create an ID3v2FormatException with a specified message
and original exception
|
ID3v2FormatException(Throwable cause)
Create an ID3v2FormatException with the original
exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ID3v2FormatException()
public ID3v2FormatException(String msg)
msg - the message for this exceptionpublic ID3v2FormatException(String message, Throwable cause)
msg - the message for this exceptioncause - the cause that wraps this exceptionpublic ID3v2FormatException(Throwable cause)
cause - the cause that wraps this exceptionCopyright © 2014. All rights reserved.