Package com.ms.ui.resource |
![]() Previous |
![]() Contents |
![]() Index |
![]() Next |
public class ResourceFormattingException extends Exception { // Constructors public ResourceFormattingException(String msg); }
Signals that the reading of a resource went astray.
public ResourceFormattingException(String msg);Constructs a ResourceFormattingException exception with the specified detail message. A detail message is a string that describes this particular exception.
Parameter Description msg The detailed message.
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.