public class SetMMException extends VerifyException
MMJException.ErrorContext, MMJException.FormatContext
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NS |
code, ctxt
Constructor and Description |
---|
SetMMException(ErrorCode code,
java.lang.Object... args)
Constructor,
SetMMException with error message. |
SetMMException(java.lang.Throwable cause,
ErrorCode code,
java.lang.Object... args)
Constructor,
LangException with error message and cause. |
addContext, addContext, checkNS, extract, getContext, getMessage, use
public static final java.lang.String NS
public SetMMException(ErrorCode code, java.lang.Object... args)
SetMMException
with error message.code
- error message.args
- formatting arguments.public SetMMException(java.lang.Throwable cause, ErrorCode code, java.lang.Object... args)
LangException
with error message and cause.cause
- The source exception, for stack tracingcode
- error message.args
- formatting arguments.