|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
cdx.scorebot.net.tests.TestMisconfigurationException
public class TestMisconfigurationException
Thrown to indicate that a method has been passed an illegal or inappropriate configuration argument.
| Constructor Summary | |
|---|---|
TestMisconfigurationException()
Instantiates the error with the generic description: "Test misconfigured" |
|
TestMisconfigurationException(java.lang.String s)
Instantiates the error with passed error message. |
|
| Method Summary | |
|---|---|
static java.io.PrintStream |
getErrorStream()
Gets the PrintStream which will be used to log all exceptions of this type which are thrown. |
static void |
setErrorStream(java.io.PrintStream errorStream)
Sets the PrintStream which will be used to log all exceptions of this type which are thrown. |
| 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 TestMisconfigurationException()
public TestMisconfigurationException(java.lang.String s)
s - the description of the error| Method Detail |
|---|
public static java.io.PrintStream getErrorStream()
public static void setErrorStream(java.io.PrintStream errorStream)
errorStream - the stream to log all error messages to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||