public abstract class AbstractLaunchHandler extends java.lang.Object implements LaunchHandler
Modifier and Type | Field and Description |
---|---|
protected net.sourceforge.jnlp.util.logging.OutputController |
logger |
Constructor and Description |
---|
AbstractLaunchHandler(net.sourceforge.jnlp.util.logging.OutputController logger) |
Modifier and Type | Method and Description |
---|---|
protected void |
printMessage(LaunchException ex)
Print a message
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
launchCompleted, launchError, launchInitialized, launchStarting, launchWarning, validationError
public AbstractLaunchHandler(net.sourceforge.jnlp.util.logging.OutputController logger)
protected void printMessage(LaunchException ex)
ex
- exception to be printed out