public class ConverterNotFoundException extends BaseRuntimeException
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getSourceType() |
Class<?> |
getTargetType() |
getErrorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConverterNotFoundException(String message)
public ConverterNotFoundException(String message, String errorCode, Throwable cause)
public ConverterNotFoundException(String message, Class<?> sourceType, Class<?> targetType)
Copyright © 2021–2022 EasyJ????. All rights reserved.