|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrvl.swv.Err
public class Err
This class defines return codes for various error conditions. StatWeave-related classes should use these so that there is some consistency in interpretation of exit codes.
Field Summary | |
---|---|
static int |
CHILDERR
Child process error |
static int |
CHILDINT
Child process interrupted |
static int |
FILENF
File not found |
static int |
IOERR
Other I/O error |
static int |
NOBIN
Can't find binary |
static int |
NOKEY
Required configuration key not found |
static int |
REFLECT
Error in instantiating a needed class |
static int |
SRCERR
Error in source file |
static int |
SYSERR
System error -- something is wrong with the code itself |
Constructor Summary | |
---|---|
Err()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int FILENF
public static final int IOERR
public static final int SRCERR
public static final int NOKEY
public static final int REFLECT
public static final int NOBIN
public static final int CHILDINT
public static final int CHILDERR
public static final int SYSERR
Constructor Detail |
---|
public Err()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |