Message(severity, summary)

Creates a new instance of the ApexPages.Message class using the specified message severity and summary.

Signature

public Message(ApexPages.Severity severity, String summary)

Parameters

severity
Type: ApexPages.Severity
The severity of a Visualforce message.
summary
Type: String
The summary Visualforce message.
Previous
Next