|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jaudiotagger.audio.exceptions.CannotReadException
public class CannotReadException
This exception is thrown if an audio file cannot be read.
Causes may be invalid data or IO errors.
| Constructor Summary | |
|---|---|
CannotReadException()
Creates an instance. |
|
CannotReadException(java.lang.String message)
Creates an instance. |
|
CannotReadException(java.lang.String message,
java.lang.Throwable cause)
Creates an instance. |
|
CannotReadException(java.lang.Throwable ex)
|
|
| Method Summary |
|---|
| 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 |
| Constructor Detail |
|---|
public CannotReadException()
public CannotReadException(java.lang.Throwable ex)
public CannotReadException(java.lang.String message)
message - The message.
public CannotReadException(java.lang.String message,
java.lang.Throwable cause)
message - The error message.cause - The throwable causing this exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||