Searched refs:eventException (Results 1 – 2 of 2) sorted by relevance
78 ParsedEvent.Event_EXCEPTION eventException = in checkEvent() local81 TaggedObject exception = eventException.getException(); in checkEvent()88 Location catchLocation = eventException.getCatchLocation(); in checkEvent()
414 private final EventException eventException; field in EventState.EmbeddedEventException419 public EmbeddedEventException(final EventException eventException) { in EmbeddedEventException() argument420 this.eventException = eventException; in EmbeddedEventException()427 return eventException; in getEventException()