com.melloware.jukes.exception
Class MusicTagException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.lang.exception.NestableException
com.melloware.jukes.exception.JukesException
com.melloware.jukes.exception.MusicTagException
- All Implemented Interfaces:
- java.io.Serializable, org.apache.commons.lang.exception.Nestable
public class MusicTagException
- extends JukesException
Exception related to any MusicTag errors in reading or writing.
Copyright (c) 1999-2007 Melloware, Inc.
- Version:
- 4.0
- Author:
- Emil A. Lefkof III
- See Also:
- Serialized Form
| Fields inherited from class org.apache.commons.lang.exception.NestableException |
delegate |
|
Constructor Summary |
MusicTagException()
Default constructor |
MusicTagException(java.lang.String aMessage)
Constructor that takes a message. |
MusicTagException(java.lang.String aMessage,
java.lang.Throwable aThrowable)
Constructor takes a mesage and exception. |
MusicTagException(java.lang.Throwable aThrowable)
Constructor that wraps another exception. |
| Methods inherited from class org.apache.commons.lang.exception.NestableException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MusicTagException
public MusicTagException()
- Default constructor
MusicTagException
public MusicTagException(java.lang.String aMessage)
- Constructor that takes a message.
- Parameters:
aMessage - the message to contain
MusicTagException
public MusicTagException(java.lang.String aMessage,
java.lang.Throwable aThrowable)
- Constructor takes a mesage and exception.
- Parameters:
aMessage - the messageaThrowable - the wrapped exception
MusicTagException
public MusicTagException(java.lang.Throwable aThrowable)
- Constructor that wraps another exception.
- Parameters:
aThrowable -
Copyright © 1999-2008 Melloware Inc. All Rights Reserved.