Class ConversionException

  • All Implemented Interfaces:
    Serializable

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

      • ConversionException

        public ConversionException​(String aMsg)
      • ConversionException

        public ConversionException​(String aMsg,
                                   Throwable aCause)
    • Method Detail

      • getConversionMessage

        public UserMessage getConversionMessage()