程序包 bsh
类 UtilTargetError
java.lang.Object
java.lang.Throwable
java.lang.Exception
bsh.UtilEvalError
bsh.UtilTargetError
- 所有已实现的接口:
Serializable
UtilTargetError is an error corresponding to a TargetError but thrown by a
utility or other class that does not have the caller context (Node)
available to it. See UtilEvalError for an explanation of the difference
between UtilEvalError and EvalError.
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明toEvalError
(String msg, bsh.SimpleNode node, CallStack callstack) Override toEvalError to throw TargetError type.从类继承的方法 bsh.UtilEvalError
toEvalError
-
字段详细资料
-
t
-
-
构造器详细资料
-
UtilTargetError
-
UtilTargetError
-
-
方法详细资料
-
toEvalError
Override toEvalError to throw TargetError type.- 覆盖:
toEvalError
在类中UtilEvalError
- 参数:
msg
- may be null for no additional message.- 另请参阅:
-
-