Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
org.bukkit.plugin.UnknownDependencyException Class Reference

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.
 

Detailed Description

Thrown when attempting to load an invalid Plugin file.

Definition at line 6 of file UnknownDependencyException.java.

Constructor & Destructor Documentation

org.bukkit.plugin.UnknownDependencyException.UnknownDependencyException ( final Throwable  throwable)

Constructs a new UnknownDependencyException based on the given Exception.

Parameters
throwableException 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.

Parameters
messageBrief 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.

Parameters
messageBrief message explaining the cause of the exception
throwableException 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.


The documentation for this class was generated from the following file: