- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.module.FindException
-
- All Implemented Interfaces:
-
Serializable
public class FindException extends RuntimeException
抛出一个ModuleFinder
发生错误时发现一个模块。 由于可观察性相关的原因,当解决方案失败时,由Configuration.resolve
抛出。- 从以下版本开始:
- 9
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 FindException()
构造一个FindException
没有详细消息。FindException(String msg)
构造具有给定详细信息的FindException
。FindException(String msg, Throwable cause)
构造一个FindException
与给定的详细信息和原因。FindException(Throwable cause)
构造一个FindException
与给定的原因。
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-