Class CodeGenerationFailure
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.mirkosertic.bytecoder.core.backend.CodeGenerationFailure
-
- All Implemented Interfaces:
java.io.Serializable
public class CodeGenerationFailure extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private DominatorTree
dominatorTree
private ResolvedMethod
method
-
Constructor Summary
Constructors Constructor Description CodeGenerationFailure(ResolvedMethod method, DominatorTree dt, java.lang.RuntimeException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DominatorTree
getDominatorTree()
ResolvedMethod
getMethod()
-
-
-
Field Detail
-
method
private final ResolvedMethod method
-
dominatorTree
private final DominatorTree dominatorTree
-
-
Constructor Detail
-
CodeGenerationFailure
public CodeGenerationFailure(ResolvedMethod method, DominatorTree dt, java.lang.RuntimeException cause)
-
-
Method Detail
-
getMethod
public ResolvedMethod getMethod()
-
getDominatorTree
public DominatorTree getDominatorTree()
-
-