public static class StandardException.BadMessageArgumentException
extends java.lang.Throwable
Dummy exception to catch incorrect use of
StandardException.newException(), at compile-time. If you get a
compilation error because this exception isn't caught, it means
that you are using StandardException.newException(...)
incorrectly. The nested exception should always be the second
argument.