comparison graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/UnexpectedResultException.java @ 11808:0c4d7b468dd7

include isValid in Assumption.toString(); minor javadoc fix.
author Andreas Woess <andreas.woess@jku.at>
date Wed, 25 Sep 2013 17:31:55 +0200
parents 494b818b527c
children ce79de7da9ab
comparison
equal deleted inserted replaced
11807:039b133ded75 11808:0c4d7b468dd7
33 33
34 private static final long serialVersionUID = 3676602078425211386L; 34 private static final long serialVersionUID = 3676602078425211386L;
35 private final Object result; 35 private final Object result;
36 36
37 /** 37 /**
38 * Creates the exception with the alternative result that cannot be respresented as a value of 38 * Creates the exception with the alternative result that cannot be represented as a value of
39 * the return type. 39 * the return type.
40 * 40 *
41 * @param result the alternative result 41 * @param result the alternative result
42 */ 42 */
43 public UnexpectedResultException(Object result) { 43 public UnexpectedResultException(Object result) {