Package com.ms.ui.resource Previous
Previous
Contents
Contents
Index
Index
Next
Next

Class ResourceFormattingException

Constructors

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

Signals that the reading of a resource went astray.


Constructors


ResourceFormattingException

public ResourceFormattingException(String msg);

Constructs a ResourceFormattingException exception with the specified detail message. A detail message is a string that describes this particular exception.

ParameterDescription
msg The detailed message.



© 1997 Microsoft Corporation. All rights reserved. Legal Notices.