public static class PackageManagementService.ErrorDescription
extends java.lang.Object
Constructor and Description |
---|
ErrorDescription(java.lang.String message,
java.lang.String command,
java.lang.String output,
java.lang.String solution) |
Modifier and Type | Method and Description |
---|---|
static PackageManagementService.ErrorDescription |
fromMessage(java.lang.String message) |
java.lang.String |
getCommand()
The packaging command that has been executed, if it is meaningful to the user.
|
java.lang.String |
getMessage()
The reason message that explains why the error has occurred.
|
java.lang.String |
getOutput()
The output of the packaging command.
|
java.lang.String |
getSolution()
A possible solution of this packaging problem for the user.
|
public ErrorDescription(java.lang.String message, java.lang.String command, java.lang.String output, java.lang.String solution)
public static PackageManagementService.ErrorDescription fromMessage(java.lang.String message)
public java.lang.String getMessage()
public java.lang.String getCommand()
public java.lang.String getOutput()
public java.lang.String getSolution()