comparison truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/ProbeException.java @ 22219:1c0f490984d5

Merge with f47b601edbc626dcfe8b3636933b4834c89f7779
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Wed, 16 Sep 2015 15:36:22 -0700
parents dc83cc1f94f2 3aad794eec0e
children
comparison
equal deleted inserted replaced
22160:0599e2df6a9f 22219:1c0f490984d5
26 26
27 import com.oracle.truffle.api.instrument.ProbeFailure.Reason; 27 import com.oracle.truffle.api.instrument.ProbeFailure.Reason;
28 import com.oracle.truffle.api.nodes.Node; 28 import com.oracle.truffle.api.nodes.Node;
29 29
30 /** 30 /**
31 * An exception thrown when {@link Node#probe()} fails because of an implementation failure. 31 * An exception thrown when {@link Instrumenter#probe(Node)} fails because of an implementation
32 * failure.
32 * <p> 33 * <p>
33 * Language and tool implementations should ensure that clients of tools never see this exception. 34 * Language and tool implementations should ensure that clients of tools never see this exception.
34 */ 35 */
35 public class ProbeException extends RuntimeException { 36 public class ProbeException extends RuntimeException {
36 static final long serialVersionUID = 1L; 37 static final long serialVersionUID = 1L;