Class ConflictingRequirementsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.common.collect.testing.features.ConflictingRequirementsException
-
- All Implemented Interfaces:
java.io.Serializable
@GwtCompatible public class ConflictingRequirementsException extends java.lang.Exception
Thrown when requirements on a tester method or class conflict with each other.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConflictingRequirementsException(java.lang.String message, java.util.Set<Feature<?>> conflicts, java.lang.Object source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<Feature<?>>
getConflicts()
java.lang.String
getMessage()
java.lang.Object
getSource()
-
-
-
Constructor Detail
-
ConflictingRequirementsException
public ConflictingRequirementsException(java.lang.String message, java.util.Set<Feature<?>> conflicts, java.lang.Object source)
-
-
Method Detail
-
getConflicts
public java.util.Set<Feature<?>> getConflicts()
-
getSource
public java.lang.Object getSource()
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classjava.lang.Throwable
-
-