Interface ExceptionListener


public interface ExceptionListener

ExceptionListener defines the way to notify a listener that an error or exception throwable by the Java Virtual Machine has been produced.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies a listener that an error or exception throwable by the Java Virtual Machine has been produced.
  • Method Details

    • exceptionThrown

      void exceptionThrown(Throwable t)

      Notifies a listener that an error or exception throwable by the Java Virtual Machine has been produced.

      Parameters:
      t - an error or exception in the Java language