java.lang.Object
java.lang.Throwable
java.lang.Exception
io.leangen.geantyref.AnnotationFormatException
- All Implemented Interfaces:
Serializable
Indicates that invalid data has been encountered during annotation creation.
Similar to
AnnotationFormatError
but meant to be handled by the user.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
AnnotationFormatException
AnnotationFormatException() -
AnnotationFormatException
AnnotationFormatException(String message)
-