public final class ProductErrorMessage extends Object
PREFIX-nnnnn [PROBLEM] Cause: [CAUSE] Action: [ACTION]
Modifier and Type | Class and Description |
---|---|
static class |
ProductErrorMessage.Identifier
Represents the unique identifier for a
ProductErrorMessage |
Modifier and Type | Method and Description |
---|---|
Translatable |
action()
Describes how to fix the problem
|
Translatable |
cause()
Describes the cause of the problem
|
boolean |
equals(Object obj) |
int |
hashCode() |
ProductErrorMessage.Identifier |
id()
Provides the unique error code
|
Translatable |
message()
Description of the error condition
|
String |
toString() |
public Translatable action()
Translatable
instancepublic Translatable cause()
Translatable
instancepublic ProductErrorMessage.Identifier id()
public Translatable message()
Translatable
instance