|
||||||||||
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.InvalidPluginException
public class InvalidPluginException
Thrown when attempting to load an invalid Plugin file
Constructor Summary | |
---|---|
InvalidPluginException()
Constructs a new InvalidPluginException |
|
InvalidPluginException(String message)
Constructs a new InvalidPluginException with the specified detail message |
|
InvalidPluginException(String message,
Throwable cause)
Constructs a new InvalidPluginException with the specified detail message and cause. |
|
InvalidPluginException(Throwable cause)
Constructs a new InvalidPluginException 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 InvalidPluginException(Throwable cause)
cause
- Exception that triggered this Exceptionpublic InvalidPluginException()
public InvalidPluginException(String message, Throwable cause)
message
- the detail message (which is saved for later retrieval by the getMessage() method).cause
- the cause (which is saved for later retrieval by the getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)public InvalidPluginException(String message)
message
- TThe detail message is saved for later retrieval by the getMessage() method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |