exit with error message
bool exitError(String message) { logger.error(message); parseError = true; // exitCode = 1 return false; }