类 UnknownDependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bukkit.plugin.UnknownDependencyException
- 所有已实现的接口:
Serializable
Thrown when attempting to load an invalid Plugin file
- 另请参阅:
-
构造器概要
构造器说明Constructs a new UnknownDependencyExceptionUnknownDependencyException
(String message) Constructs a new UnknownDependencyException with the given messageUnknownDependencyException
(Throwable throwable) Constructs a new UnknownDependencyException based on the given ExceptionUnknownDependencyException
(Throwable throwable, String message) Constructs a new UnknownDependencyException based on the given Exception -
方法概要
-
构造器详细资料
-
UnknownDependencyException
Constructs a new UnknownDependencyException based on the given Exception- 参数:
throwable
- Exception that triggered this Exception
-
UnknownDependencyException
Constructs a new UnknownDependencyException with the given message- 参数:
message
- Brief message explaining the cause of the exception
-
UnknownDependencyException
Constructs a new UnknownDependencyException based on the given Exception- 参数:
message
- Brief message explaining the cause of the exceptionthrowable
- Exception that triggered this Exception
-
UnknownDependencyException
public UnknownDependencyException()Constructs a new UnknownDependencyException
-