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:
Serializable
An exception indicating that a string value could not be
converted into the requested data type.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new exception.DataFormatException
(String message) Creates a new exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataFormatException
public DataFormatException()Creates a new exception. -
DataFormatException
Creates a new exception.- Parameters:
message
- the message
-