Java Error Print printError(String error)

Here you can find the source of printError(String error)

Description

print Error

License

Apache License

Declaration

public static void printError(String error) 

Method Source Code

//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
}

Related

  1. printError(Class c, String m, Exception e)
  2. printError(Object obj, String message)
  3. printError(String message)
  4. printError(String message, Exception e, boolean pst)
  5. printError(String msg)
  6. printError(String msg, Exception exception, boolean quit)