basicrunner
Class BasicException
java.lang.Object
|
+--java.lang.Throwable
|
+--basicrunner.BasicException
- All Implemented Interfaces:
- Serializable
- public class BasicException
- extends Throwable
An exception while executing a Basic test.
- See Also:
- Serialized Form
Field Summary |
String |
info
Detailed information about the exception. |
info
public String info
- Detailed information about the exception.
BasicException
public BasicException(String info)
- Constructor with detailed information.
- Parameters:
info
- Information about the exception.