korat.testing.impl
Class CannotInvokePredicateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
korat.testing.impl.KoratTestException
korat.testing.impl.KoratMethodException
korat.testing.impl.CannotInvokePredicateException
- All Implemented Interfaces:
- Serializable
public class CannotInvokePredicateException
- extends KoratMethodException
- Author:
- Aleksandar Milicevic
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
CannotInvokePredicateException
public CannotInvokePredicateException(Class cls,
String methodName,
String message,
Throwable cause)
CannotInvokePredicateException
public CannotInvokePredicateException(Class cls,
String methodName,
String message)
CannotInvokePredicateException
public CannotInvokePredicateException(Class cls,
String methodName,
Throwable cause)
CannotInvokePredicateException
public CannotInvokePredicateException(Class cls,
String methodName)