Package org.eclipse.jface.resource
Class DataFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.eclipse.jface.resource.DataFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class DataFormatException extends java.lang.IllegalArgumentExceptionAn exception indicating that a string value could not be converted into the requested data type.- See Also:
StringConverter, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataFormatException()Creates a new exception.DataFormatException(java.lang.String message)Creates a new exception.
-