Class ElementAnnotationUtil.ErrorTypeKindException
java.lang.Object
java.lang.Throwable
java.lang.Error
org.checkerframework.framework.util.element.ElementAnnotationUtil.ErrorTypeKindException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ElementAnnotationUtil
An ERROR TypeKind was found.
- See Also:
-
Constructor Summary
ConstructorDescriptionErrorTypeKindException
(String format, Object... args) Creates an ErrorTypeKindException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ErrorTypeKindException
Creates an ErrorTypeKindException.- Parameters:
format
- format stringargs
- arguments to the format string
-