public class Messages
extends java.lang.Object
Constructor and Description |
---|
Messages() |
Modifier and Type | Method and Description |
---|---|
static void |
debug(java.lang.String s) |
static void |
delayLog(java.lang.String s) |
static void |
error(java.lang.Exception e)
Receive an error message as a Java Exception and display on the console.
|
static void |
error(java.lang.String s)
Receive an error message and display on the console.
|
static java.lang.StringBuffer |
getDelayLog() |
static void |
info(java.lang.String s)
Informational message.
|
static void |
resetDelayLog() |
static void |
setDebug(boolean debug)
Set debug mode.
|
public static final void delayLog(java.lang.String s)
public static final void resetDelayLog()
public static final java.lang.StringBuffer getDelayLog()
public static final void error(java.lang.String s)
s
- a String.public static final void setDebug(boolean debug)
debug
- true or falsepublic static final void error(java.lang.Exception e)
e
- an Exception object.public static final void info(java.lang.String s)
s
- a String.public static void debug(java.lang.String s)
JSpell SDK - Spell Checker for the Java Platform
Copyright © 2009-2019 Page Scholar Inc, All Rights Reserved - https://www.jspell.com