Java Exception Print printException(String excption)

Here you can find the source of printException(String excption)

Description

print Exception

License

Apache License

Declaration

public static void printException(String excption) 

Method Source Code

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

Related

  1. printException(Exception e)
  2. printException(Exception e)
  3. printException(Exception e)
  4. printException(Exception e, String message)
  5. printException(String prefix, Exception e)
  6. PrintException(StringBuilder Str, boolean HTML, Throwable T, boolean PrintCauseToo)
  7. printException(Throwable e, StackTraceElement[] trace)
  8. printExceptionInfo(Exception e)