![]() |
Bukkit
1.4.7-R1.0
|
Thrown when attempting to load an invalid Plugin file. More...
Inheritance diagram for org.bukkit.plugin.UnknownDependencyException:
Collaboration diagram for org.bukkit.plugin.UnknownDependencyException:Public Member Functions | |
| UnknownDependencyException (final Throwable throwable) | |
| Constructs a new UnknownDependencyException based on the given Exception. | |
| UnknownDependencyException (final String message) | |
| Constructs a new UnknownDependencyException with the given message. | |
| UnknownDependencyException (final Throwable throwable, final String message) | |
| Constructs a new UnknownDependencyException based on the given Exception. | |
| UnknownDependencyException () | |
| Constructs a new UnknownDependencyException. | |
Thrown when attempting to load an invalid Plugin file.
Definition at line 6 of file UnknownDependencyException.java.
| org.bukkit.plugin.UnknownDependencyException.UnknownDependencyException | ( | final Throwable | throwable | ) |
Constructs a new UnknownDependencyException based on the given Exception.
| throwable | Exception that triggered this Exception |
Definition at line 15 of file UnknownDependencyException.java.
| org.bukkit.plugin.UnknownDependencyException.UnknownDependencyException | ( | final String | message | ) |
Constructs a new UnknownDependencyException with the given message.
| message | Brief message explaining the cause of the exception |
Definition at line 24 of file UnknownDependencyException.java.
| org.bukkit.plugin.UnknownDependencyException.UnknownDependencyException | ( | final Throwable | throwable, |
| final String | message | ||
| ) |
Constructs a new UnknownDependencyException based on the given Exception.
| message | Brief message explaining the cause of the exception |
| throwable | Exception that triggered this Exception |
Definition at line 34 of file UnknownDependencyException.java.
| org.bukkit.plugin.UnknownDependencyException.UnknownDependencyException | ( | ) |
Constructs a new UnknownDependencyException.
Definition at line 41 of file UnknownDependencyException.java.