public class LangException extends RuntimeException
| 构造器和说明 |
|---|
LangException(String message) |
LangException(String messageTemplate,
Object... params) |
LangException(String message,
Throwable throwable) |
LangException(Throwable e) |
LangException(Throwable throwable,
String messageTemplate,
Object... params) |
Copyright © 2017. All rights reserved.