Packages
 In this topic

*Constructors

 

Packages   PreviousThis PackageNext
Package com.ms.ui.resource   Previous This
Package
Next

 


Class ResourceFormattingException

public class ResourceFormattingException extends Exception
{
  // Constructors
  public ResourceFormattingException(String msg);
}

This class signals that the reading of a resource was incorrect.

Exception
  |
  +--ResourceFormattingException

Constructors

ResourceFormattingException

public ResourceFormattingException(String msg);

Constructs a ResourceFormattingException exception with the specified detail message (a string that describes this particular exception).

ParameterDescription
msg The detailed message.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.