Sunday, 10 March 2013

Constructors


Constructors

EOFException()
Declaration:
public EOFException()
Description:
Constructs an EOFException with null as its error detail message.
EOFException(String)
Declaration:
public EOFException(java.lang.String s)
Description:
Constructs an EOFException with the specified detail message. The string s may later be retrieved by
the java.lang.Throwable.getMessage() method of class java.lang.Throwable.
Parameters:
s - the detail message.

No comments:

Post a Comment