Package edu.wpi.grip.core.events
Class ExceptionClearedEvent
- java.lang.Object
-
- edu.wpi.grip.core.events.ExceptionClearedEvent
-
public class ExceptionClearedEvent extends java.lang.Object
Indicates that an flaggedException, originally indicated by aExceptionEvent
, has been resolved. This class should not be constructed. Instead, useExceptionWitness
-
-
Constructor Summary
Constructors Constructor Description ExceptionClearedEvent(java.lang.Object origin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getOrigin()
-