Package org.bukkit.plugin
Class InvalidDescriptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bukkit.plugin.InvalidDescriptionException
- All Implemented Interfaces:
- Serializable
Thrown when attempting to load an invalid PluginDescriptionFile
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs 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
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidDescriptionExceptionConstructs a new InvalidDescriptionException based on the given Exception- Parameters:
- cause- Exception that triggered this Exception
- message- Brief message explaining the cause of the exception
 
- 
InvalidDescriptionExceptionConstructs a new InvalidDescriptionException based on the given Exception- Parameters:
- cause- Exception that triggered this Exception
 
- 
InvalidDescriptionExceptionConstructs a new InvalidDescriptionException with the given message- Parameters:
- message- Brief message explaining the cause of the exception
 
- 
InvalidDescriptionExceptionpublic InvalidDescriptionException()Constructs a new InvalidDescriptionException
 
-