Class TestResult.ReloadFault

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

    public static class TestResult.ReloadFault
    extends TestResult.Fault
    This exception ay occur anytime the JTR file is being read from the filesystem. To optimize memory usage, the contents of a TestResult object are sometimes discarded and then loaded on demand from the JTR file. If a fault occurs when reading the JTR file, this fault may occur.
    See Also:
    TestResult.ResultFileNotFoundFault, 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