com.google.common.truth
Class FailureStrategy.ThrowableAssertionError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError
              extended by com.google.common.truth.FailureStrategy.ThrowableAssertionError
All Implemented Interfaces:
Serializable
Enclosing class:
FailureStrategy

public static class FailureStrategy.ThrowableAssertionError
extends AssertionError

See Also:
Serialized Form

Constructor Summary
FailureStrategy.ThrowableAssertionError(String message, Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

FailureStrategy.ThrowableAssertionError

public FailureStrategy.ThrowableAssertionError(String message,
                                               @Nullable
                                               Throwable throwable)


Copyright © 2014. All rights reserved.