Class AssemblyTestCase.DisassemblyMismatchException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    AssemblyTestCase

    protected static class AssemblyTestCase.DisassemblyMismatchException
    extends java.lang.RuntimeException
    A class which allows tests to attempt to gracefully handle changes in language modules. If the expected assembly string does not match what disassembly of the expected bytes yields, this exception is thrown. This allows the test to provide an alternative expected assembly.
    See Also:
    Serialized Form
    • 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