|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.rice.cs.cunit.instrumentors.threadCheck.ClassNotFoundWarning
public class ClassNotFoundWarning
Storage class for class not found warnings.
| Field Summary | |
|---|---|
java.lang.String |
className
Name of the class that was not found. |
java.lang.String |
msg
Message. |
| Constructor Summary | |
|---|---|
ClassNotFoundWarning(java.lang.String className,
java.lang.String msg)
Create a new class not found warning. |
|
| Method Summary | |
|---|---|
int |
compareTo(ClassNotFoundWarning o)
Compares this object with the specified object for order. |
boolean |
equals(java.lang.Object o)
Return true if this object is equal to the other object. |
java.lang.String |
getPropertyName()
Return the name of the property that was scanned for. |
int |
hashCode()
Return a hash code for this object. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String className
public final java.lang.String msg
| Constructor Detail |
|---|
public ClassNotFoundWarning(java.lang.String className,
java.lang.String msg)
className - name of the class that was not foundmsg - message| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - other object
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(ClassNotFoundWarning o)
compareTo in interface java.lang.Comparable<ClassNotFoundWarning>o - the Object to be compared.
java.lang.ClassCastException - if the specified object's type prevents it from being compared to this Object.public java.lang.String toString()
toString in class java.lang.Throwablepublic java.lang.String getPropertyName()
getPropertyName in interface IScannerStrategy.IScanResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||