Package edu.odu.cs.zeil.codegrader
Class TestConfigurationError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.odu.cs.zeil.codegrader.TestConfigurationError
-
- All Implemented Interfaces:
java.io.Serializable
public class TestConfigurationError extends java.lang.RuntimeException
Indicates an error in the test configuration significant enough that continuing to execute would likely result in inappropriate scores being assigned. This is derived from RuntimeException rather than Exception because this is intended for situations where it is safest to stop the program. This should probably only be caught at the "main()" level.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestConfigurationError(java.lang.String message)
Create an exception.
-