* fixfix
This commit is contained in:
parent
afe59c4117
commit
5c2de5c7b3
|
@ -128,8 +128,6 @@ public class ArgumentProcessor {
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
if (e.getClass() == Exception.class) {
|
if (e.getClass() == Exception.class) {
|
||||||
CLILogger.log(Level.SEVERE, String.format("%s: %s", getRootCause(e).getClass().getSimpleName(), getRootCauseMessage(e)));
|
CLILogger.log(Level.SEVERE, String.format("%s: %s", getRootCause(e).getClass().getSimpleName(), getRootCauseMessage(e)));
|
||||||
} else if (e.getClass() == IllegalArgumentException.class) {
|
|
||||||
CLILogger.log(Level.SEVERE, String.format("%s: %s", getRootCause(e).getClass().getSimpleName(), String.format("%s %s", getRootCauseMessage(e), args.getArray())));
|
|
||||||
} else {
|
} else {
|
||||||
CLILogger.log(Level.SEVERE, String.format("%s: %s", getRootCause(e).getClass().getSimpleName(), getRootCauseMessage(e)), getRootCause(e));
|
CLILogger.log(Level.SEVERE, String.format("%s: %s", getRootCause(e).getClass().getSimpleName(), getRootCauseMessage(e)), getRootCause(e));
|
||||||
}
|
}
|
||||||
|
|
|
@ -74,6 +74,7 @@
|
||||||
^More$
|
^More$
|
||||||
^Movie$
|
^Movie$
|
||||||
^Movies$
|
^Movies$
|
||||||
|
^Multimedia$
|
||||||
^Musique$
|
^Musique$
|
||||||
^mynas$
|
^mynas$
|
||||||
^new$
|
^new$
|
||||||
|
@ -83,7 +84,6 @@
|
||||||
^private$
|
^private$
|
||||||
^public$
|
^public$
|
||||||
^pyload$
|
^pyload$
|
||||||
^Multimedia$
|
|
||||||
^Qmultimedia$
|
^Qmultimedia$
|
||||||
^queue$
|
^queue$
|
||||||
^raid$
|
^raid$
|
||||||
|
@ -102,6 +102,7 @@
|
||||||
^staging$
|
^staging$
|
||||||
^Storage$
|
^Storage$
|
||||||
^Stuff$
|
^Stuff$
|
||||||
|
^sync$
|
||||||
^System$
|
^System$
|
||||||
^tank$
|
^tank$
|
||||||
^TBR$
|
^TBR$
|
||||||
|
|
Loading…
Reference in New Issue