Interface OnExceptionThrown


public interface OnExceptionThrown
An interface designed to listen for exceptions and fire an event when an exception is thrown.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Listens for a thrown exception or a thrown error.
  • Method Details

    • onExceptionThrown

      void onExceptionThrown(Throwable e)
      Listens for a thrown exception or a thrown error.
      Parameters:
      e - the exception or the error that is throwable.