public class ErrorEventArgs extends Object
This class is typically used in conjunction with error listener interfaces
(e.g., ErrorListener) to pass detailed information about an error
from the Handler to registered callbacks.
| Modifier and Type | Field and Description |
|---|---|
String |
Description
A string containing a detailed description of the error that occurred.
|
| Constructor and Description |
|---|
ErrorEventArgs(String description)
Constructs a new
ErrorEventArgs instance with the specified error description. |
public String Description
public ErrorEventArgs(String description)
ErrorEventArgs instance with the specified error description.description - A concise string detailing the nature of the error that occurred.Copyright © 2013–2026 Onix Solutions. All rights reserved.