Markdown 规范

md语法

table的支持

ddd ddd

ppp link.

G我们的代码 ddd cxn

另一种

Java (Linux) Js (linux) MS Reachauto
demo demo2 demo3 demo4
demo demo2 demo3 demo4

xxxxxxx

引用 xxxxxxxxxxxxx b xxxxxxxxxxxxx

  • xxxxx: xxxxx.
  • xxxxx: xxxxxx.
  • xxx: xxxxxxx.
  • xxx-xxx: xxxxxxxx
    1. xxxxx: xxxxx.
    2. xxxxx: xxxxxx.
    3. xxx: xxxxxxx.
    4. xxx-xxx: xxxxxxxx

code

package com.xxx.exception;

/**
 * 输入参数异常
 */
public class InputParameterException extends MSClientException {

    private static final long serialVersionUID = -2030641041470839173L;
    private final static int CODE = 4001;//输入参数异常

    public InputParameterException(String msg) {
        super(CODE, msg);
    }

    public InputParameterException(String msg, Throwable cause) {
        super(msg, cause);
    }
}

示例

results matching ""

    No results matching ""