Method | Description | |
---|---|---|
ErrorExit ( ErrorCode code ) : void |
Prints the error message which corresponds to the error code, waits for user to press enter and terminates program with given error code.
|
public static ErrorExit ( ErrorCode code ) : void | ||
code | ErrorCode | Error code |
return | void |