Here you can find the source of printError(String error)
public static void printError(String error)
//package com.java2s; //License from project: Apache License public class Main { public static void printError(String error) { System.err.println(error); }//from w w w . j av a 2 s . com }