Class TransformContext.TransformFailure

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.byteman.agent.TransformContext.TransformFailure
All Implemented Interfaces:
Serializable
Enclosing class:
TransformContext

private class TransformContext.TransformFailure extends 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 Details

    • TransformFailure

      public TransformFailure()