Package org.openjdk.jmh.generators.core
Class GenerationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openjdk.jmh.generators.core.GenerationException
-
- All Implemented Interfaces:
java.io.Serializable
public class GenerationException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private MetadataInfo
element
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description GenerationException(java.lang.String message, MetadataInfo element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataInfo
getElement()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
element
private final MetadataInfo element
-
-
Constructor Detail
-
GenerationException
public GenerationException(java.lang.String message, MetadataInfo element)
-
-
Method Detail
-
getElement
public MetadataInfo getElement()
-
-