JavaScript Development Tools
Release 3.2

org.eclipse.wst.jsdt.debug.core.jsdi.event
Interface ExceptionEvent

All Superinterfaces:
Event, Locatable, LocatableEvent, Mirror

public interface ExceptionEvent
extends LocatableEvent

Description of a JSDI event indicating an exception has occurred.

Since:
1.0
See Also:
EventQueue, EventSet, LocatableEvent
Restriction:
This interface is not intended to be extended by clients.

Method Summary
 String message()
          Returns the message from the exception.
 
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.event.LocatableEvent
thread
 
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.event.Event
request
 
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.Mirror
virtualMachine
 
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.Locatable
location
 

Method Detail

message

String message()
Returns the message from the exception.

This method can return null

Returns:
the message from the exception or null

JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.