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