| Package | Description |
|---|---|
| software.coolstuff.installapex.exception |
| Modifier and Type | Method and Description |
|---|---|
InstallApexException.Reason |
InstallApexException.getReason() |
static InstallApexException.Reason |
InstallApexException.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstallApexException.Reason[] |
InstallApexException.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InstallApexException(InstallApexException.Reason reason,
Object... arguments) |
InstallApexException(InstallApexException.Reason reason,
Throwable cause,
Object... arguments) |
Copyright © 2016. All rights reserved.