Class InvalidTypeAnnotationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.checkerframework.afu.scenelib.io.classfile.InvalidTypeAnnotationException
- All Implemented Interfaces:
Serializable
An
InvalidTypeAnnotationException indicates that an extended annotation was created with
invalid information. For example, an extended annotation on a local variable should not contain
offset information.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newInvalidTypeAnnotationExceptionwith the given error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidTypeAnnotationException
Constructs a newInvalidTypeAnnotationExceptionwith the given error message.- Parameters:
msg- a message describing what was wrong with the extended annotation
-