src/share/classes/com/sun/jdi/event/ExceptionEvent.java

Print this page

        

*** 42,51 **** --- 42,52 ---- * is thrown. * * @author Robert Field * @since 1.3 */ + @jdk.Supported public interface ExceptionEvent extends LocatableEvent { /** * Gets the thrown exception object. The exception object is * an instance of {@link java.lang.Throwable} or a subclass in the