메소드 | 설명 | |
---|---|---|
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 |
리턴 | void |