Java Error Print printErrorFooter(String content)

Here you can find the source of printErrorFooter(String content)

Description

print Error Footer

License

Open Source License

Declaration

public static void printErrorFooter(String content) 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

public class Main {
    public static void printErrorFooter(String content) {
        System.out.println("");
        System.out.println("+---------------------------------------------------------+");
        System.out.println("| " + content);
        System.out.println("+---------------------------------------------------------+");
    }/*from ww  w.  ja  v  a 2s .  co  m*/
}

Related

  1. printError(String msg)
  2. printError(String msg, Exception exception, boolean quit)
  3. printError(String s)
  4. printError(String s)
  5. printErrorAndExit(String message)
  6. printErrorInfo(Object e)
  7. printErrorLine()
  8. printErrorln(String string)
  9. printErrorMessage(final String prg_name, final String message)