Class FreeTextConverterStringException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ganimed.ttp.cm2.exceptions.FreeTextConverterStringException
All Implemented Interfaces:
Serializable

public class FreeTextConverterStringException extends Exception
should be thrown when the given converter string (in case of FreeTextType.Date) is not a valid string for SimpleDateFormat
Author:
geidell
See Also:
  • Constructor Details

    • FreeTextConverterStringException

      public FreeTextConverterStringException()
    • FreeTextConverterStringException

      public FreeTextConverterStringException(String message, Throwable cause)
    • FreeTextConverterStringException

      public FreeTextConverterStringException(String message)
    • FreeTextConverterStringException

      public FreeTextConverterStringException(Throwable cause)