public abstract class AbstractLaunchHandler extends java.lang.Object implements LaunchHandler
Modifier and Type | Field and Description |
---|---|
protected java.io.PrintStream |
outputStream |
Constructor and Description |
---|
AbstractLaunchHandler(java.io.PrintStream outputStream) |
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(java.io.PrintStream outputStream)
protected void printMessage(LaunchException ex)