com.antelmann.cddb
Class XmcdFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.antelmann.util.FormatException
com.antelmann.cddb.XmcdFormatException
- All Implemented Interfaces:
- Serializable
public class XmcdFormatException
- extends FormatException
Thrown to indicate that content which was expected to conform to the
XMCD format did not conform.
- Author:
- Holger Antelmann
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XmcdFormatException
public XmcdFormatException(String message)
XmcdFormatException
public XmcdFormatException(String message,
String location,
Throwable cause)
setLocation
public void setLocation(String location)
getLocation
public String getLocation()
- returns either the DiskID or the File name that the exception is
associated with
(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads