Package com.jbstrap.core.event
Class FileItemErrorEvent
java.lang.Object
com.jbstrap.core.event.BaseEvent
com.jbstrap.core.event.BaseJBStrapEvent
com.jbstrap.core.event.FileItemErrorEvent
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
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the exception string.Gets the name of the file throwing the exception.Methods inherited from class com.jbstrap.core.event.BaseJBStrapEvent
fireEvent
Methods inherited from class com.jbstrap.core.event.BaseEvent
getClient, getComponent, getEventId, getEventType, getSenderId
-
Constructor Details
-
FileItemErrorEvent
public FileItemErrorEvent()
-
-
Method Details
-
getFilename
Gets the name of the file throwing the exception.- Returns:
- File name
-
getErrorMessage
Gets the exception string.- Returns:
- Exception string
-