Class ErrorData

  • All Implemented Interfaces:
    java.io.Serializable, ActionData

    public class ErrorData
    extends InputData
    Represents an action cause by user's entering a wrong data or clearing the last wrong data.
    Author:
    jumperchen
    See Also:
    Serialized Form
    • Constructor Detail

      • ErrorData

        public ErrorData()
    • Method Detail

      • getMessage

        public final java.lang.String getMessage()
        Returns the error message if this event is caused by a wrong data, or null if it is to clear message.