uk.org.iscream.cms.conient.datacomponents
Class DataFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.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

Field Summary
 String REVISION
          The current CVS revision of this class
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REVISION

public final String REVISION
The current CVS revision of this class

See Also:
Constant Field Values
Constructor Detail

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.