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

Thrown when an unhandled exception occurs during the execution of a Command. More...

+ Inheritance diagram for org.bukkit.command.CommandException:
+ Collaboration diagram for org.bukkit.command.CommandException:

Public Member Functions

 CommandException ()
 Creates a new instance of CommandException without detail message.
 
 CommandException (String msg)
 Constructs an instance of CommandException with the specified detail message.
 
 CommandException (String msg, Throwable cause)
 

Detailed Description

Thrown when an unhandled exception occurs during the execution of a Command.

Definition at line 7 of file CommandException.java.

Constructor & Destructor Documentation

org.bukkit.command.CommandException.CommandException ( )

Creates a new instance of CommandException without detail message.

Definition at line 12 of file CommandException.java.

org.bukkit.command.CommandException.CommandException ( String  msg)

Constructs an instance of CommandException with the specified detail message.

Parameters
msgthe detail message.

Definition at line 19 of file CommandException.java.

org.bukkit.command.CommandException.CommandException ( String  msg,
Throwable  cause 
)

Definition at line 23 of file CommandException.java.


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