Package naga

Interface ExceptionObserver


  • public interface ExceptionObserver
    Implemented by observers of event exceptions.

    The notifyExceptionThrown will be called synchronously whn an exception is thrown.

    Author:
    Christoffer Lerno
    • Method Detail

      • notifyExceptionThrown

        void notifyExceptionThrown​(java.lang.Throwable e)
        Notify the observer that an exception has been thrown.
        Parameters:
        e - the exception that was thrown.