Class ExceptionClearedEvent


  • public class ExceptionClearedEvent
    extends java.lang.Object
    Indicates that an flaggedException, originally indicated by a ExceptionEvent, has been resolved. This class should not be constructed. Instead, use ExceptionWitness
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExceptionClearedEvent

        public ExceptionClearedEvent​(java.lang.Object origin)
    • Method Detail

      • getOrigin

        public java.lang.Object getOrigin()