Java Error Print printErrorLine()

Here you can find the source of printErrorLine()

Description

print Error Line

License

Open Source License

Declaration

public static void printErrorLine() 

Method Source Code

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

Related

  1. printError(String s)
  2. printError(String s)
  3. printErrorAndExit(String message)
  4. printErrorFooter(String content)
  5. printErrorInfo(Object e)
  6. printErrorln(String string)
  7. printErrorMessage(final String prg_name, final String message)
  8. printErrorMessage(String errorMessage)
  9. printErrorMsgTraceAsCause(Throwable throwable, StackTraceElement[] causedTrace)