- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jdk.nashorn.api.tree.UnknownTreeException
-
- 实现的所有接口
-
Serializable
@Deprecated(since="11", forRemoval=true)public class UnknownTreeExceptionextends RuntimeException
Deprecated, for removal: This API element is subject to removal in a future version.Nashorn JavaScript script engine and APIs, and the jjs tool are deprecated with the intent to remove them in a future release.- 从以下版本开始:
- 9
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 构造器 描述 UnknownTreeException(树 t, Object p)
不推荐使用,要删除:此API元素将在以后的版本中删除。创建一个新的UnknownTreeException
。
-
方法摘要
所有方法 实例方法 具体的方法 弃用的方法 变量和类型 方法 描述 Object
getArgument()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回附加参数。树
getUnknownTree()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回未知树。
-
-
-
方法详细信息
-
getUnknownTree
public 树 getUnknownTree()
Deprecated, for removal: This API element is subject to removal in a future version.返回未知树。 如果此序列已序列化然后再读回,则该值可能不可用。- 结果
- 未知元素,如果不可用,
null
-
getArgument
public Object getArgument()
Deprecated, for removal: This API element is subject to removal in a future version.返回附加参数。 如果此序列已序列化然后再读回,则该值可能不可用。- 结果
- 附加论点
-
-