com.ibm.rational.test.lt.testgen.core2
Class C2TestgenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.rational.test.lt.testgen.core2.C2TestgenException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- C2InitializationException
public class C2TestgenException
- extends Exception
This exception indicates that an error occured during processing
somewhere within the testgen sub-system.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
C2TestgenException
public C2TestgenException(String message)
- Parameters:
message
- string to associate with the exception
C2TestgenException
public C2TestgenException(String message,
Throwable cause)
- Parameters:
message
- string to associate with the exceptioncause
- exception being propagated
C2TestgenException
public C2TestgenException(Throwable cause)
- Parameters:
cause
- exception being propagated
© Copyright IBM Corp. 2012. All rights reserved.