|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.bukkit.plugin.InvalidDescriptionException
public class InvalidDescriptionException
Thrown when attempting to load an invalid PluginDescriptionFile
Constructor Summary | |
---|---|
InvalidDescriptionException()
Constructs a new InvalidDescriptionException |
|
InvalidDescriptionException(String message)
Constructs a new InvalidDescriptionException with the given message |
|
InvalidDescriptionException(Throwable cause)
Constructs a new InvalidDescriptionException based on the given Exception |
|
InvalidDescriptionException(Throwable cause,
String message)
Constructs a new InvalidDescriptionException based on the given Exception |
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 InvalidDescriptionException(Throwable cause, String message)
message
- Brief message explaining the cause of the exceptioncause
- Exception that triggered this Exceptionpublic InvalidDescriptionException(Throwable cause)
cause
- Exception that triggered this Exceptionpublic InvalidDescriptionException(String message)
message
- Brief message explaining the cause of the exceptionpublic InvalidDescriptionException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |