Class ConversionException

All Implemented Interfaces:
Serializable

public class ConversionException extends RuntimeException
The ConversionException class encapsulates fatal conversion errors.
See Also:
  • Constructor Details

    • ConversionException

      public ConversionException(Throwable cause)
      Parameters:
      cause - of the exception
    • ConversionException

      public ConversionException(String message)
      Constructs a new ConversionException with the specified message.
      Parameters:
      message - the detail message.
      Throws:
      NullPointerException - if message is null.
    • ConversionException

      public ConversionException(String message, Object... args)
      Constructs a new ConversionException with the specified message.
      Parameters:
      message - the detail message, which should provide information about the conversion error.
      args - optional arguments to be formatted into the detail message using the format specifier.