Package Summary  Overview Summary

class:ExceptionListener [NONE]


  • public interface ExceptionListener
    
    An ExceptionListener is notified of internal exceptions.
    Since:
    1.4

method:exceptionThrown(java.lang.Exception) [NONE]

  • exceptionThrown

    void exceptionThrown​(Exception e)
    This method is called when a recoverable exception has been caught.
    Parameters:
    e - The exception that was caught.

© 2019 Oracle Corporation and/or its affiliates