ErrorEvent

public class ErrorEvent<E>

Page-level error event.

Properties

Link copied to clipboard
public final E error
Link copied to clipboard
public final String message

Functions

Link copied to clipboard
public E getError()
Returns the error.
Link copied to clipboard
public String getMessage()
Returns the error message.
Link copied to clipboard
public static ErrorEvent<E> obtain<E>(E error)
public static ErrorEvent<E> obtain<E>(E error, String message)
Creates an error event.