Here you can find the source of printStackTrace(IOException ioe)
private static void printStackTrace(IOException ioe)
//package com.java2s; //License from project: Apache License import java.io.IOException; public class Main { private static void printStackTrace(IOException ioe) { if (false) { ioe.printStackTrace();/*from w ww. j av a 2 s . c o m*/ } } }