发现模块时发生错误时由ModuleFinder抛出。 当解决方案因可观察性原因而失败时, 也会Configuration.resolve抛出。 构造一个 FindException ,没有详细信息。 使用给定的详细消息构造一个 FindException 。 使用给定的详细消息和原因构造一个 FindException 。 根据给定的原因构造一个 FindException 。 构造一个 FindException没有详细信息。 使用给定的详细消息构造 FindException 。 根据给定的原因构造一个 FindException 。 使用给定的详细消息和原因构造一个 FindException
构造方法  
构造器 描述
FindException()
构造一个 FindException ,没有详细信息。
FindException​(String msg)
使用给定的详细消息构造一个 FindException
FindException​(String msg, Throwable cause)
使用给定的详细消息和原因构造一个 FindException
FindException​(Throwable cause)
根据给定的原因构造一个 FindException