public class ErrorsManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
YSERIESDATA |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrors() |
static ErrorsManager |
instance()
This method returns the instance of ErrorsManager.
|
void |
registerWizard(WizardBase wizard)
This method registers a wizard with the ErrorsManager.
|
void |
removeErrors()
Clean the error message in the wizard dialog.
|
void |
showErrors(java.lang.String errorMessage)
Set the error message to the wizard dialog.
|
public static final java.lang.String YSERIESDATA
public static ErrorsManager instance()
public void registerWizard(WizardBase wizard)
wizard
- public void showErrors(java.lang.String errorMessage)
t
- Exceptionpublic void removeErrors()
public java.lang.String getErrors()
Copyright © 2008 Actuate Corp. All rights reserved.