csheets.ext.test
Class DuplicateUserTCPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
csheets.ext.test.DuplicateUserTCPException
- All Implemented Interfaces:
- Serializable
public class DuplicateUserTCPException
- extends Exception
An exception that is thrown if a user enters a duplicate
test case param of type USER_ENTERED.
- Author:
- Jens Schou
- See Also:
- Serialized Form
|
Method Summary |
Object |
getValue()
Returns the value that caused the exception. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateUserTCPException
public DuplicateUserTCPException(Object value)
- Creates a new duplicate user entered TCP exception.
- Parameters:
value - the value that caused the exception
DuplicateUserTCPException
public DuplicateUserTCPException(Object value,
String message)
- Creates a new duplicate user entered TCP exception.
- Parameters:
value - the value that caused the exceptionmessage - a message that describes what happened
getValue
public Object getValue()
- Returns the value that caused the exception.
- Returns:
- the value that caused the exception