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