Bug 532799: [10] The Documentation for isVar() API available on
SimpleType does not specify that it throws an Exception

Change-Id: I6f7bf3d7c0774e17e3763cff2f4e40e8abcef440
Signed-off-by: kalyan prasad <kalyan_prasad@in.ibm.com>
diff --git a/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SimpleType.java b/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SimpleType.java
index cbe6057..8bd28fb 100644
--- a/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SimpleType.java
+++ b/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SimpleType.java
@@ -249,6 +249,7 @@
 	}
 
 	/**
+	 * @exception UnsupportedOperationException if this operation is used below JLS10
 	 * @since 3.14 BETA_JAVA_18_3
 	 */
 	@Override