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:
Serializable
public class GenerationException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenerationException(String message, MetadataInfo element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataInfogetElement()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GenerationException
public GenerationException(String message, MetadataInfo element)
-
-
Method Detail
-
getElement
public MetadataInfo getElement()
-
-