类 InvalidConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bukkit.configuration.InvalidConfigurationException
- 所有已实现的接口:
Serializable
Exception thrown when attempting to load an invalid
Configuration
.- 另请参阅:
-
构造器概要
构造器说明Creates a new instance of InvalidConfigurationException without a message or cause.Constructs an instance of InvalidConfigurationException with the specified message.InvalidConfigurationException
(String msg, Throwable cause) Constructs an instance of InvalidConfigurationException with the specified message and cause.Constructs an instance of InvalidConfigurationException with the specified cause. -
方法概要
-
构造器详细资料
-
InvalidConfigurationException
public InvalidConfigurationException()Creates a new instance of InvalidConfigurationException without a message or cause. -
InvalidConfigurationException
Constructs an instance of InvalidConfigurationException with the specified message.- 参数:
msg
- The details of the exception.
-
InvalidConfigurationException
Constructs an instance of InvalidConfigurationException with the specified cause.- 参数:
cause
- The cause of the exception.
-
InvalidConfigurationException
Constructs an instance of InvalidConfigurationException with the specified message and cause.- 参数:
cause
- The cause of the exception.msg
- The details of the exception.
-