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