Reformat and clean up "tools" package
This commit is contained in:
@@ -23,11 +23,10 @@ import net.packet.InPacket;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Ronan
|
||||
*/
|
||||
public class EmptyMovementException extends Exception {
|
||||
|
||||
|
||||
public EmptyMovementException(InPacket inPacket) {
|
||||
super("Empty movement: " + inPacket);
|
||||
}
|
||||
|
||||
@@ -21,13 +21,12 @@ package tools.exceptions;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Ronan
|
||||
*/
|
||||
public class EventInstanceInProgressException extends Exception {
|
||||
|
||||
|
||||
public static String EIIP_KEY = "Event instance ";
|
||||
|
||||
|
||||
public EventInstanceInProgressException(String eventName, String eventInstance) {
|
||||
super(EIIP_KEY + "already in progress - " + eventName + ", EM: " + eventInstance);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user