Class Platform.PlatformComparisonFailure

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    ComparisonFailureWithFacts
    Enclosing class:
    Platform

    abstract static class Platform.PlatformComparisonFailure
    extends java.lang.AssertionError
    • Constructor Summary

      Constructors 
      Constructor Description
      PlatformComparisonFailure​(java.lang.String message, java.lang.String unusedUnderGwtExpected, java.lang.String unusedUnderGwtActual, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

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

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

      • PlatformComparisonFailure

        PlatformComparisonFailure​(java.lang.String message,
                                  java.lang.String unusedUnderGwtExpected,
                                  java.lang.String unusedUnderGwtActual,
                                  java.lang.Throwable cause)
    • Method Detail

      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable