Class ConversionException.InvalidConverter

All Implemented Interfaces:
Serializable
Enclosing class:
ConversionException

public static class ConversionException.InvalidConverter extends ConversionException
Exception indicates that something goes wrong during the converter initialization.
Since:
1.0.0
See Also:
  • Constructor Details

    • InvalidConverter

      public InvalidConverter(String converterName, String errorMessage)
      Build a new instance.
      Parameters:
      converterName - Name of the converter
      errorMessage - The error message
      Since:
      1.0.0