Add SWCommand.Register.Registeres #104
@ -23,20 +23,4 @@ public class CommandParseException extends Exception {
|
||||
|
||||
public CommandParseException() {
|
||||
}
|
||||
|
||||
public CommandParseException(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
||||
public CommandParseException(String message, Throwable cause) {
|
||||
super(message, cause);
|
||||
}
|
||||
|
||||
public CommandParseException(Throwable cause) {
|
||||
super(cause);
|
||||
}
|
||||
|
||||
public CommandParseException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) {
|
||||
YoyoNow markierte diese Unterhaltung als gelöst
Veraltet
|
||||
super(message, cause, enableSuppression, writableStackTrace);
|
||||
}
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren
Diese Konstruktoren werden auch in keinem aufs CommandSystem-umgewandelten Systeme verwendet?
Nicht das ich wüsste, nicht das ich es verwendet habe. Da dies nur eine Code Flow Exception ist, sollte man dies auch nicht machen. Da die anderen Werte gar nicht ausgewertet werden.