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

public class InvalidTypeAnnotationException extends RuntimeException
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 Details

    • InvalidTypeAnnotationException

      public InvalidTypeAnnotationException(String msg)
      Constructs a new InvalidTypeAnnotationException with the given error message.
      Parameters:
      msg - a message describing what was wrong with the extended annotation