org.rakeshv.xml.album
Class AlbumException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.rakeshv.xml.album.AlbumException
- All Implemented Interfaces:
- java.io.Serializable
public class AlbumException
- extends java.lang.Exception
A custom exception that is used when any kind of exceptions are
encountered when interacting with the JDOM package. Instances of
this exception are also thrown, when implementation specific error
conditions are encountered.
© Copyright 2003 Rakesh Vidyadharan
- Version:
- $Id: AlbumException.java,v 1.2 2004/05/26 11:42:40 rakesh Exp $
- Author:
- Rakesh Vidyadharan 2003 October 31
- See Also:
- Serialized Form
|
Constructor Summary |
AlbumException(java.lang.String message)
Create a new exception with the specified message. |
AlbumException(java.lang.String message,
java.lang.Throwable exception)
Create a new exception with the specified message and instance of
Throwable that caused the problem. |
| 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 |
AlbumException
public AlbumException(java.lang.String message)
- Create a new exception with the specified message.
- Parameters:
message - - The message that describes the problem.
AlbumException
public AlbumException(java.lang.String message,
java.lang.Throwable exception)
- Create a new exception with the specified message and instance of
Throwable that caused the problem.
- Parameters:
message - - The message that describes the problem.exception - - The exception that caused this
instance of the exception to be thrown.
Copyright © 2002-2005 - Rakesh Vidyadharan