|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
entagged.audioformats.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(String message)
Creates an instance. |
|
CannotReadException(String message,
Throwable cause)
Creates an instance. |
|
| 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(String message)
message - The message.
public CannotReadException(String message,
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 | |||||||||