All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----cryptix.util.test.TestException
getErrorCode()
method returns the error code
that should be passed to System.exit
.
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.2 $
System.exit
.
public static final int FATAL_ERROR
public static final int COMPLETE_FAILURE
public static final int ILLEGAL_ARGUMENTS
public static final int NO_TESTS_AVAILABLE
public static final int PARTIAL_FAILURE
public static final int ABORTED_BY_USER
public static final int COMPLETE_SUCCESS
public TestException(String reason, int code)
public int getErrorCode()
System.exit
.
All Packages Class Hierarchy This Package Previous Next Index