|
||||||||||
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.TestFinder.Fault
public static class TestFinder.Fault
This exception is to report serious problems that occur while finding tests.
Constructor Summary | |
---|---|
TestFinder.Fault(I18NResourceBundle i18n,
java.lang.String msgKey)
Create a Fault. |
|
TestFinder.Fault(I18NResourceBundle i18n,
java.lang.String msgKey,
java.lang.Object arg)
Create a Fault. |
|
TestFinder.Fault(I18NResourceBundle i18n,
java.lang.String msgKey,
java.lang.Object[] args)
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 TestFinder.Fault(I18NResourceBundle i18n, java.lang.String msgKey)
i18n
- A resource bundle in which to find the detail message.msgKey
- The key for the detail message.public TestFinder.Fault(I18NResourceBundle i18n, java.lang.String msgKey, java.lang.Object arg)
i18n
- A resource bundle in which to find the detail message.msgKey
- The key for the detail message.arg
- An argument to be formatted with the detail message by
MessageFormat.format(java.lang.Object[], java.lang.StringBuffer, java.text.FieldPosition)
public TestFinder.Fault(I18NResourceBundle i18n, java.lang.String msgKey, java.lang.Object[] args)
i18n
- A resource bundle in which to find the detail message.msgKey
- The key for the detail message.args
- An array of arguments 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 |