|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.borg.common.Errmsg
public class Errmsg
standard error handling for Borg
Constructor Summary | |
---|---|
Errmsg()
|
Method Summary | |
---|---|
static void |
console(boolean c)
set console output only. |
static void |
errmsg(Exception e)
Output an exception to the user. |
static void |
notice(String s)
output a notice/warning - just shows text |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Errmsg()
Method Detail |
---|
public static void console(boolean c)
public static void errmsg(Exception e)
e
- the epublic static void notice(String s)
s
- the text to show
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |