Name: sdR10048 Date: 10/23/2003
Filed By : SPB JCK team (###@###.###)
JDK : java full version "1.5.0-beta-b24"
Specification excerpt:
======================
--------- J2SE API spec v.1.5 ---------
...
public InvalidPreferencesFormatException(String message,
Throwable cause)
Constructs an InvalidPreferencesFormatException with the specified detail
message and cause.
Parameters:
message - the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.
cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method).
...
---------- end-of-excerpt ---------------
Problem description
===================
Javadoc for these constructors:
public InvalidPreferencesFormatException(Throwable cause)
public InvalidPreferencesFormatException(String message)
public InvalidPreferencesFormatException(String message, Throwable cause)
public BackingStoreException(String s)
public BackingStoreException(Throwable cause)
does not specify the expected behaviour in case input param is null.
Please refer to
http://java.sun.com/j2se/javadoc/writingapispecs/index.html#method
for more information.
======================================================================
Filed By : SPB JCK team (###@###.###)
JDK : java full version "1.5.0-beta-b24"
Specification excerpt:
======================
--------- J2SE API spec v.1.5 ---------
...
public InvalidPreferencesFormatException(String message,
Throwable cause)
Constructs an InvalidPreferencesFormatException with the specified detail
message and cause.
Parameters:
message - the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.
cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method).
...
---------- end-of-excerpt ---------------
Problem description
===================
Javadoc for these constructors:
public InvalidPreferencesFormatException(Throwable cause)
public InvalidPreferencesFormatException(String message)
public InvalidPreferencesFormatException(String message, Throwable cause)
public BackingStoreException(String s)
public BackingStoreException(Throwable cause)
does not specify the expected behaviour in case input param is null.
Please refer to
http://java.sun.com/j2se/javadoc/writingapispecs/index.html#method
for more information.
======================================================================