Class ConverterNotFoundException

All Implemented Interfaces:
Serializable

public class ConverterNotFoundException extends BaseRuntimeException
转换器未找到的异常
Author:
wangliang181230
See Also:
  • Constructor Details

    • ConverterNotFoundException

      public ConverterNotFoundException(String message)
    • ConverterNotFoundException

      public ConverterNotFoundException(String message, String errorCode)
    • ConverterNotFoundException

      public ConverterNotFoundException(String message, Throwable cause)
    • ConverterNotFoundException

      public ConverterNotFoundException(String message, String errorCode, Throwable cause)
    • ConverterNotFoundException

      public ConverterNotFoundException(String message, Class<?> sourceType, Class<?> targetType)
    • ConverterNotFoundException

      public ConverterNotFoundException(Class<?> sourceType, Class<?> targetType)
  • Method Details

    • getSourceType

      @Nullable public Class<?> getSourceType()
    • getTargetType

      @Nullable public Class<?> getTargetType()