DataFormatException.DataFormatException

DataFormatException.DataFormatException

Class Overview | Class Members | This Package | All Packages

Syntax 1
public DataFormatException()
Description
Constructs a DataFormatException with no detail message.



Syntax 2
public DataFormatException( String s )
Parameters
s
the String containing a detail message
Description
Constructs a DataFormatException with the specified detail message. A detail message is a String that describes this particular exception.