![]() |
Bukkit
1.4.7-R1.0
|
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) | |
Thrown when an unhandled exception occurs during the execution of a Command.
Definition at line 7 of file CommandException.java.
| 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.
| msg | the 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.