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