如何处理clojure中的特定错误



我使用clojure与quil库,在代码的某一点,我加载一个文件夹中的随机图像,偶尔我得到一个错误,说:

    Could not find a method to load ./data/images/367-014.jpg%3F0

我怎样才能使代码继续运行,如果它发现这个错误?

假设您没有其他方法来防止错误,您可能正在寻找try/catch。(但这个问题不够明确)

:

http://clojuredocs.org/clojure_core/1.2.0/clojure.core/try

相关内容

  • 没有找到相关文章

最新更新