Package au.com.dius.pact.provider
Class VerificationFailureType.ExceptionFailure
-
- All Implemented Interfaces:
public final class VerificationFailureType.ExceptionFailure extends VerificationFailureType
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringdescriptionprivate final Throwablee
-
Constructor Summary
Constructors Constructor Description VerificationFailureType.ExceptionFailure(String description, Throwable e)
-
Method Summary
Modifier and Type Method Description final StringgetDescription()final ThrowablegetE()Stringdescription()StringformatForDisplay(TermColors t)BooleanhasException()ThrowablegetException()-
-
Method Detail
-
getDescription
final String getDescription()
-
description
String description()
-
formatForDisplay
String formatForDisplay(TermColors t)
-
hasException
Boolean hasException()
-
getException
Throwable getException()
-
-
-
-