|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.javatest.TestSuite.Fault
com.sun.javatest.TestSuite.NotTestSuiteFault
public static class TestSuite.NotTestSuiteFault
An exception that is used to report that a given file is not a test suite.
Constructor Summary | |
---|---|
TestSuite.NotTestSuiteFault(I18NResourceBundle i18n,
java.lang.String s,
java.io.File f)
Create a Fault. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TestSuite.NotTestSuiteFault(I18NResourceBundle i18n, java.lang.String s, java.io.File f)
i18n
- A resource bundle in which to find the detail message.s
- The key for the detail message.f
- The file in question, to be formatted with the detail message by
MessageFormat.format(java.lang.Object[], java.lang.StringBuffer, java.text.FieldPosition)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |