Class ErrorEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.optaweb.vehiclerouting.service.error.ErrorEvent
-
- All Implemented Interfaces:
Serializable
public class ErrorEvent extends org.springframework.context.ApplicationEvent- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Stringmessage-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ErrorEvent(Object source, String message)Create a newApplicationEvent.
-
-
-
Field Detail
-
message
public final String message
-
-