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 Summary
ConstructorDescriptionConstructs 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 Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidDescriptionException
Constructs a new InvalidDescriptionException based on the given Exception- Parameters:
cause
- Exception that triggered this Exceptionmessage
- Brief message explaining the cause of the exception
-
InvalidDescriptionException
Constructs a new InvalidDescriptionException based on the given Exception- Parameters:
cause
- Exception that triggered this Exception
-
InvalidDescriptionException
Constructs a new InvalidDescriptionException with the given message- Parameters:
message
- Brief message explaining the cause of the exception
-
InvalidDescriptionException
public InvalidDescriptionException()Constructs a new InvalidDescriptionException
-