Language
	
	
  
  
    
    
The Free and Open Productivity Suite
   
      
      
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 | infoDetailed 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.