Package xj3d.filter

Class FilterExitCodes

java.lang.Object
xj3d.filter.FilterExitCodes

public class FilterExitCodes extends Object
Collection of the exit codes for the server tools. Previously, these were located in CDFFilter, but by commonizing as many exit codes as we can we will make all our code bases more consistent. Other filter chains can extend this class to define project-specific exit codes if desired.

If everything is working as intended then exit code is equal to zero, or SUCCESS. If we encounter any abnormalities, errors, or exceptions, then a non-zero exit code should be used. In general, the lower the value of the non-zero exit code, the more we prioritize catching the error.

Version:
$Revision: 1.0 $
Author:
Eric Fickenscher