public class ConverterNotFoundException extends BaseRuntimeException
| 构造器和说明 |
|---|
ConverterNotFoundException(Class<?> sourceType,
Class<?> targetType) |
ConverterNotFoundException(String message) |
ConverterNotFoundException(String message,
Class<?> sourceType,
Class<?> targetType) |
ConverterNotFoundException(String message,
String errorCode) |
ConverterNotFoundException(String message,
String errorCode,
Throwable cause) |
ConverterNotFoundException(String message,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
Class<?> |
getSourceType() |
Class<?> |
getTargetType() |
getErrorCodepublic ConverterNotFoundException(String message)
public ConverterNotFoundException(String message, String errorCode, Throwable cause)
public ConverterNotFoundException(String message, Class<?> sourceType, Class<?> targetType)
Copyright © 2021 EasyJ寮�婧愮ぞ鍖�. All rights reserved.