uk.org.iscream.cms.conient.datacomponents
Class DataFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.org.iscream.cms.conient.datacomponents.DataFormatException
- All Implemented Interfaces:
- Serializable
- public class DataFormatException
- extends Exception
Indicates a problem with the format of Data.
If an object that extends DataComponent has a problem
converting and displaying data, it throws this.
- Version:
- $Id: DataFormatException.java,v 1.9 2004/08/01 10:40:10 tdb Exp $
- Author:
- $Author: tdb $
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary |
DataFormatException(String message)
Takes a string containing a message detailing
specifics about the exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
REVISION
public final String REVISION
- The current CVS revision of this class
- See Also:
- Constant Field Values
DataFormatException
public DataFormatException(String message)
- Takes a string containing a message detailing
specifics about the exception.
- Parameters:
message
- the exception specifics
Copyright © 2000-2003 i-scream. All Rights Reserved.