![]() |
Bukkit
1.4.7-R1.0
|
Exception thrown when attempting to load an invalid Configuration. More...
Inheritance diagram for org.bukkit.configuration.InvalidConfigurationException:
Collaboration diagram for org.bukkit.configuration.InvalidConfigurationException:Public Member Functions | |
| InvalidConfigurationException () | |
| Creates a new instance of InvalidConfigurationException without a message or cause. | |
| InvalidConfigurationException (String msg) | |
| Constructs an instance of InvalidConfigurationException with the specified message. | |
| InvalidConfigurationException (Throwable cause) | |
| Constructs an instance of InvalidConfigurationException with the specified cause. | |
| InvalidConfigurationException (String msg, Throwable cause) | |
| Constructs an instance of InvalidConfigurationException with the specified message and cause. | |
Exception thrown when attempting to load an invalid Configuration.
Definition at line 7 of file InvalidConfigurationException.java.
| org.bukkit.configuration.InvalidConfigurationException.InvalidConfigurationException | ( | ) |
Creates a new instance of InvalidConfigurationException without a message or cause.
Definition at line 11 of file InvalidConfigurationException.java.
| org.bukkit.configuration.InvalidConfigurationException.InvalidConfigurationException | ( | String | msg | ) |
Constructs an instance of InvalidConfigurationException with the specified message.
| msg | The details of the exception. |
Definition at line 18 of file InvalidConfigurationException.java.
| org.bukkit.configuration.InvalidConfigurationException.InvalidConfigurationException | ( | Throwable | cause | ) |
Constructs an instance of InvalidConfigurationException with the specified cause.
| cause | The cause of the exception. |
Definition at line 27 of file InvalidConfigurationException.java.
| org.bukkit.configuration.InvalidConfigurationException.InvalidConfigurationException | ( | String | msg, |
| Throwable | cause | ||
| ) |
Constructs an instance of InvalidConfigurationException with the specified message and cause.
| cause | The cause of the exception. |
| msg | The details of the exception. |
Definition at line 37 of file InvalidConfigurationException.java.