Package org.adoptopenjdk.jitwatch.model
Class AnnotationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.adoptopenjdk.jitwatch.model.AnnotationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate BytecodeInstructionprivate static final long -
Constructor Summary
ConstructorsConstructorDescriptionAnnotationException(String msg, int offset, BytecodeInstruction instruction) -
Method Summary
Modifier and TypeMethodDescriptionintMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
bytecodeOffset
private int bytecodeOffset -
instruction
-
-
Constructor Details
-
AnnotationException
-
-
Method Details
-
getBytecodeOffset
public int getBytecodeOffset() -
getInstruction
-
getMessage
- Overrides:
getMessagein classThrowable
-