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