Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
org.bukkit.configuration.InvalidConfigurationException Class Reference

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.
 

Detailed Description

Exception thrown when attempting to load an invalid Configuration.

Definition at line 7 of file InvalidConfigurationException.java.

Constructor & Destructor Documentation

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.

Parameters
msgThe 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.

Parameters
causeThe 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.

Parameters
causeThe cause of the exception.
msgThe details of the exception.

Definition at line 37 of file InvalidConfigurationException.java.


The documentation for this class was generated from the following file: