Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TransformFailure

        public TransformFailure()