Class ConversionException

All Implemented Interfaces:
Serializable

public class ConversionException extends RuntimeException
This exception is thrown whenever a conversion problem occurs.
  • Constructor Details

    • ConversionException

      public ConversionException(String aMsg)
    • ConversionException

      public ConversionException(String aMsg, Throwable aCause)
  • Method Details

    • getConversionMessage

      public UserMessage getConversionMessage()