public class SysDpException extends RuntimeException
| 构造器和说明 |
|---|
SysDpException(String template,
Object... args)
创建一个
SysDpException异常 |
SysDpException(String template,
Throwable cause,
Object... args)
创建一个
SysDpException异常 |
| 限定符和类型 | 方法和说明 |
|---|---|
static SysDpException |
build(String template,
Object... args)
根据异常消息和参数创建一个异常对象
|
static SysDpException |
build(String template,
Throwable cause,
Object... args)
根据异常消息和参数创建一个异常对象
|
public SysDpException(String template, Object... args)
SysDpException异常template - 异常消息args - 消息参数public SysDpException(String template, Throwable cause, Object... args)
SysDpException异常template - 异常消息cause - 异常args - 消息参数public static SysDpException build(String template, Object... args)
template - 异常消息args - 消息参数public static SysDpException build(String template, Throwable cause, Object... args)
template - 异常消息cause - 异常原因args - 消息参数Copyright © 2022. All rights reserved.