Class ConversionException

All Implemented Interfaces:
Serializable

public class ConversionException extends RuntimeException
Class for conversion exceptions. To be thrown by implementations of Converter.
Author:
Eric Nielsen
See Also:
Serialized Form
  • Constructor Details

    • ConversionException

      public ConversionException()
    • ConversionException

      public ConversionException(String message)
    • ConversionException

      public ConversionException(String message, Throwable cause)
    • ConversionException

      public ConversionException(Throwable cause)