public class BaseException extends RuntimeException
| 构造器和说明 |
|---|
BaseException() |
BaseException(String msg,
Object... args)
msg格式:“属性{0}不能为空。”
|
BaseException(String msg,
Throwable cause,
Object... args)
msg格式:“属性{0}不能为空。”
|
BaseException(Throwable cause) |
public BaseException()
public BaseException(String msg, Object... args)
msg - args - public BaseException(String msg, Throwable cause, Object... args)
msg - cause - args - public BaseException(Throwable cause)
Copyright © 2016. All rights reserved.