Creates a new instance of the ApexPages.Message class using the specified message severity,
summary, and message detail.
Signature
public Message(ApexPages.Severity severity,
String summary, String detail)
Parameters
- severity
- Type: ApexPages.Severity
- The severity of a Visualforce message.
- summary
- Type: String
- The summary Visualforce message.
- detail
- Type: String
- The detailed Visualforce message.