public interface

ExceptionListener

java.beans.ExceptionListener

Class Overview

An ExceptionListener is notified of internal exceptions.

Summary

Public Methods
abstract void exceptionThrown(Exception e)
This method is called when a recoverable exception has been caught.

Public Methods

public abstract void exceptionThrown (Exception e)

This method is called when a recoverable exception has been caught.

Parameters
e The exception that was caught.