public class InstallationError
extends java.lang.Object
Installable after installation. Not a Throwable because
it's not intended to be thrown.| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
description
A short description of the symptoms of the error.
|
| Constructor and Description |
|---|
InstallationError(java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |