< prev index next >

nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/UnknownTreeException.java

Print this page

        

*** 31,41 **** * can occur if the language evolves and new kinds of Trees are * added to the {@code Tree} hierarchy. May be thrown by a * {@linkplain TreeVisitor tree visitor} to indicate that the * visitor was created for a prior version of the language. * ! * @since 1.9 */ @jdk.Exported public class UnknownTreeException extends RuntimeException { private static final long serialVersionUID = 1L; --- 31,41 ---- * can occur if the language evolves and new kinds of Trees are * added to the {@code Tree} hierarchy. May be thrown by a * {@linkplain TreeVisitor tree visitor} to indicate that the * visitor was created for a prior version of the language. * ! * @since 9 */ @jdk.Exported public class UnknownTreeException extends RuntimeException { private static final long serialVersionUID = 1L;
< prev index next >