|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--org.jutil.junit.RevisionError
A class of errors indicating the use of a test class when the tested revision is no longer the latest revision of the tested class.
| Field Summary | |
static java.lang.String |
CVS_REVISION
|
| Constructor Summary | |
RevisionError()
public behavior post getMessage() == null; Initialize a new RevisionError with a null message |
|
RevisionError(java.lang.String msg)
public behavior post getMessage() == msg; Initialize a new RevisionError with the given message. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String CVS_REVISION
| Constructor Detail |
public RevisionError()
public RevisionError(java.lang.String msg)
msg - The message of the RevisionError.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||