Class AnnotationFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.leangen.geantyref.AnnotationFormatException
All Implemented Interfaces:
Serializable

public class AnnotationFormatException extends Exception
Indicates that invalid data has been encountered during annotation creation. Similar to AnnotationFormatError but meant to be handled by the user.
See Also:
  • Field Details

  • Constructor Details

    • AnnotationFormatException

      AnnotationFormatException()
    • AnnotationFormatException

      AnnotationFormatException(String message)