Uses of Class
beamline.exceptions.EventException
-
Packages that use EventException Package Description beamline.events This package contains the description of events in Beamline. -
-
Uses of EventException in beamline.events
Constructors in beamline.events that throw EventException Constructor Description BEvent(String processName, String caseId, String activityName)
Creates a newBEvent
referring to one eventBEvent(String processName, String caseId, String activityName, Date time)
Creates a newBEvent
referring to one eventBEvent(String processName, String caseId, String activityName, Date time, Collection<org.apache.commons.lang3.tuple.Pair<String,String>> eventAttributes)
Creates a newBEvent
referring to one event
-