korat.testing.impl
Class CannotFindPredicateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
korat.testing.impl.KoratTestException
korat.testing.impl.KoratMethodException
korat.testing.impl.CannotFindPredicateException
- All Implemented Interfaces:
- Serializable
public class CannotFindPredicateException
- 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
CannotFindPredicateException
public CannotFindPredicateException(Class cls,
String methodName,
String message,
Throwable cause)
CannotFindPredicateException
public CannotFindPredicateException(Class cls,
String methodName,
String message)
CannotFindPredicateException
public CannotFindPredicateException(Class cls,
String methodName,
Throwable cause)
CannotFindPredicateException
public CannotFindPredicateException(Class cls,
String methodName)