|
|||||||||
| 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.tag.TagException
public class TagException
This is the exception that is always generated by any class in these packages.
| Constructor Summary | |
|---|---|
TagException()
Creates a new TagException datatype. |
|
TagException(java.lang.String msg)
Creates a new TagException datatype. |
|
TagException(java.lang.String msg,
java.lang.Throwable ex)
Creates a new TagException datatype. |
|
TagException(java.lang.Throwable ex)
Creates a new TagException datatype. |
|
| 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 TagException()
public TagException(java.lang.Throwable ex)
ex - the cause.public TagException(java.lang.String msg)
msg - the detail message.
public TagException(java.lang.String msg,
java.lang.Throwable ex)
msg - the detail message.ex - the cause.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||