| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.bukkit.configuration.InvalidConfigurationException
public class InvalidConfigurationException
Exception thrown when attempting to load an invalid Configuration
| Constructor Summary | |
|---|---|
| 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(String msg,
                              Throwable cause)Constructs an instance of InvalidConfigurationException with the specified message and cause. | |
| InvalidConfigurationException(Throwable cause)Constructs an instance of InvalidConfigurationException with the specified cause. | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public InvalidConfigurationException()
public InvalidConfigurationException(String msg)
msg - The details of the exception.public InvalidConfigurationException(Throwable cause)
cause - The cause of the exception.
public InvalidConfigurationException(String msg,
                                     Throwable cause)
cause - The cause of the exception.msg - The details of the exception.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||