edu.rice.cs.cunit.threadCheck
Class ThreadCheck.ExceptionInPredicateViolation
java.lang.Object
edu.rice.cs.cunit.threadCheck.ThreadCheck.Violation
edu.rice.cs.cunit.threadCheck.ThreadCheck.PredicateViolation
edu.rice.cs.cunit.threadCheck.ThreadCheck.ExceptionInPredicateViolation
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ThreadCheck
public static class ThreadCheck.ExceptionInPredicateViolation
- extends ThreadCheck.PredicateViolation
- See Also:
- Serialized Form
Field Summary |
java.lang.Throwable |
t
|
Constructor Summary |
ThreadCheck.ExceptionInPredicateViolation(java.lang.String threadName,
java.lang.String threadGroupName,
long threadId,
java.lang.StackTraceElement[] ste,
java.lang.String predicateClass,
java.lang.Throwable t)
|
Method Summary |
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
t
public final java.lang.Throwable t
ThreadCheck.ExceptionInPredicateViolation
public ThreadCheck.ExceptionInPredicateViolation(java.lang.String threadName,
java.lang.String threadGroupName,
long threadId,
java.lang.StackTraceElement[] ste,
java.lang.String predicateClass,
java.lang.Throwable t)
toString
public java.lang.String toString()
- Returns a string representation of the object.
- Overrides:
toString
in class ThreadCheck.PredicateViolation
- Returns:
- string representation
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class ThreadCheck.PredicateViolation
hashCode
public int hashCode()
- Overrides:
hashCode
in class ThreadCheck.PredicateViolation