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:
Serializable
- Enclosing class:
TransformContext
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 -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransformFailure
public TransformFailure()
-