程序包 bsh

类 UtilTargetError

所有已实现的接口:
Serializable

public class UtilTargetError extends UtilEvalError
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.

另请参阅:
  • 字段详细资料

  • 构造器详细资料

    • UtilTargetError

      public UtilTargetError(String message, Throwable t)
    • UtilTargetError

      public UtilTargetError(Throwable t)
  • 方法详细资料

    • toEvalError

      public EvalError toEvalError(String msg, bsh.SimpleNode node, CallStack callstack)
      Override toEvalError to throw TargetError type.
      覆盖:
      toEvalError 在类中 UtilEvalError
      参数:
      msg - may be null for no additional message.
      另请参阅: