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