Class FileItemErrorEvent


public class FileItemErrorEvent extends BaseJBStrapEvent
Unsuccessful file upload event. These are the following:
  • The client on which the event occurred
  • The ID of the component on which the event occurred
  • The event type
  • The instance of the component, on which the event occurred
  • The event's unique ID
  • The file name
  • The exception text
Since:
4.0
Author:
JBStrap
  • Constructor Details

    • FileItemErrorEvent

      public FileItemErrorEvent()
  • Method Details

    • getFilename

      public String getFilename()
      Gets the name of the file throwing the exception.
      Returns:
      File name
    • getErrorMessage

      public String getErrorMessage()
      Gets the exception string.
      Returns:
      Exception string