Here you can find the source of printErrorLine()
public static void printErrorLine()
//package com.java2s; //License from project: Open Source License public class Main { public static void printErrorLine() { System.err.println(" at " + Thread.currentThread().getStackTrace()[2]); }/* ww w. j av a2 s. c o m*/ }