Clean up and removal of some old exceptions.

This commit is contained in:
sk89q
2014-07-29 07:57:45 -07:00
parent 41584eee4a
commit 8834af7538
44 changed files with 1047 additions and 948 deletions

View File

@@ -20,13 +20,12 @@
package com.sk89q.worldedit;
/**
*
* @author sk89q
* Thrown when an invalid item is specified.
*/
public class InvalidItemException extends DisallowedItemException {
private static final long serialVersionUID = -2739618871154124586L;
public InvalidItemException(String type, String message) {
super(type, message);
}
}