NoSuchConverterException

public class NoSuchConverterException extends RuntimeException

An exception indicating that no Converter is available for the intended operation.

Author

swrede

Constructors

NoSuchConverterException

public NoSuchConverterException()

Constructs an exception with empty message and causing exception.

NoSuchConverterException

public NoSuchConverterException(String message, Throwable cause)

Constructs an exception with explanatory message and causing exception.

Parameters
  • message – the message

  • cause – causing exception

NoSuchConverterException

public NoSuchConverterException(String message)

Constructs an exception with explanatory message.

Parameters

message – the message

NoSuchConverterException

public NoSuchConverterException(Throwable cause)

Constructs an exception with causing exception.

Parameters

cause – causing exception