|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--satin.common.MicrosoftError
public class MicrosoftError
extends java.lang.ObjectConverts 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 |
public MicrosoftError()
| Method Detail |
public static java.lang.String toString(int err)
err| Revision History |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
MicrosoftError.java (PRIVATE SOURCES)