org.easetech.easytest.exceptions
Class ParamAssertionError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.easetech.easytest.exceptions.ParamAssertionError
- All Implemented Interfaces:
- Serializable
public class ParamAssertionError
- extends RuntimeException
An extension of RuntimeException class that handles ParamAssertionError
- Author:
- Anuj Kumar
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParamAssertionError
public ParamAssertionError(Throwable targetException,
String methodName,
Object... params)
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
join
public static String join(String delimiter,
Object... params)
join
public static String join(String delimiter,
Collection<Object> values)
Copyright © 2013. All Rights Reserved.