Klasse FreeTextConverterStringException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ganimed.ttp.cm2.exceptions.FreeTextConverterStringException
Alle implementierten Schnittstellen:
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
Autor:
geidell
Siehe auch:
  • Konstruktordetails

    • FreeTextConverterStringException

      public FreeTextConverterStringException()
    • FreeTextConverterStringException

      public FreeTextConverterStringException(String message, Throwable cause)
    • FreeTextConverterStringException

      public FreeTextConverterStringException(String message)
    • FreeTextConverterStringException

      public FreeTextConverterStringException(Throwable cause)