Here you can find the source of printException(String excption)
public static void printException(String excption)
//package com.java2s; //License from project: Apache License public class Main { public static void printException(String excption) { System.err.println(excption); }/*from w ww. j a v a 2 s .co m*/ }