|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.farng.mp3.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 object. |
|
TagException(java.lang.String message)
Creates a new TagException object. |
|
TagException(java.lang.String message,
java.lang.Throwable exception)
Creates a new TagException object. |
|
TagException(java.lang.Throwable exception)
Creates a new TagException object. |
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 exception)
public TagException(java.lang.String message)
message
- the detail message.public TagException(java.lang.String message, java.lang.Throwable exception)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |