Package org.adoptopenjdk.jitwatch.model
Class AnnotationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.adoptopenjdk.jitwatch.model.AnnotationException
-
- All Implemented Interfaces:
java.io.Serializable
public class AnnotationException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private intbytecodeOffsetprivate BytecodeInstructioninstructionprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description AnnotationException(java.lang.String msg, int offset, BytecodeInstruction instruction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBytecodeOffset()BytecodeInstructiongetInstruction()java.lang.StringgetMessage()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
bytecodeOffset
private int bytecodeOffset
-
instruction
private BytecodeInstruction instruction
-
-
Constructor Detail
-
AnnotationException
public AnnotationException(java.lang.String msg, int offset, BytecodeInstruction instruction)
-
-
Method Detail
-
getBytecodeOffset
public int getBytecodeOffset()
-
getInstruction
public BytecodeInstruction getInstruction()
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessagein classjava.lang.Throwable
-
-