Package org.jboss.byteman.agent
Class TransformContext.TransformFailure
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jboss.byteman.agent.TransformContext.TransformFailure
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- TransformContext
private class TransformContext.TransformFailure extends java.lang.RuntimeException
private exception class used to throw our way out of the ASM adapter code back into the transform method at the top level. we have to use a RuntimeException for this as we cannot change the ASm API to allow opther exception types to be plumbed through the code
-
-
Constructor Summary
Constructors Constructor Description TransformFailure()
-