Class InvalidFreeTextException

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

public class InvalidFreeTextException extends Exception
should be thrown whenever there's an error due to the given free text (free text name is unknown within the consent template, invalid format, ...)
Author:
geidell
See Also:
  • Constructor Details

    • InvalidFreeTextException

      public InvalidFreeTextException()
    • InvalidFreeTextException

      public InvalidFreeTextException(String message, Throwable cause)
    • InvalidFreeTextException

      public InvalidFreeTextException(String message)
    • InvalidFreeTextException

      public InvalidFreeTextException(Throwable cause)