satin.common
Class MicrosoftError

java.lang.Object
  |
  +--satin.common.MicrosoftError

public class MicrosoftError
extends java.lang.Object

Converts a Microsoft (C++) error code to a string. You would only use this in the unlikely event that a Java exception contains an untranslated Microsoft error code, for example when java.lang.runtime.exec can't find the file to exec.


Constructor Summary
MicrosoftError()
           
 
Method Summary
static java.lang.String toString(int err)
          Converts a Microsoft (C++) error code to a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MicrosoftError

public MicrosoftError()
Method Detail

toString

public static java.lang.String toString(int err)
Converts a Microsoft (C++) error code to a string.

Parameters:
err
the Microsoft error code.
Revision History



Generated on 5/9/2001 19:37 from MicrosoftError.java (PRIVATE SOURCES)