|
OOoRunner test harness | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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. |
| Constructor Summary | |
BasicException(String info)
Constructor with detailed information. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
info
public String info
- Detailed information about the exception.
| Constructor Detail |
BasicException
public BasicException(String info)
- Constructor with detailed information.
- Parameters:
info- Information about the exception.
|
OOoRunner test harness | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||


