Eclipse eRCP
Release 1.1

org.eclipse.jface.resource
Class DataFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended byorg.eclipse.jface.resource.DataFormatException
All Implemented Interfaces:
Serializable

public class DataFormatException
extends IllegalArgumentException

An exception indicating that a string value could not be converted into the requested data type.

See Also:
StringConverter, Serialized Form

Constructor Summary
DataFormatException()
          Creates a new exception.
DataFormatException(String message)
          Creates a new 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
 

Constructor Detail

DataFormatException

public DataFormatException()
Creates a new exception.


DataFormatException

public DataFormatException(String message)
Creates a new exception.

Parameters:
message - the message

Eclipse eRCP
Release 1.1