public abstract class AbstractTestException
extends org.dejava.component.exception.localized.checked.AbstractLocalizedException
Constructor and Description |
---|
AbstractTestException(Object type,
String messageKey,
String testName,
Object[] parameters,
Throwable cause)
Basic constructor.
|
getLocalizedMessage, getMessage, getMessageCommand, setMessageCommand
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AbstractTestException(Object type, String messageKey, String testName, Object[] parameters, Throwable cause)
type
- The type for the message.messageKey
- Message key that describes the exception.testName
- The test name.parameters
- Parameters (other than the test name) for the exception (and message).cause
- Exception cause.Copyright © 2012. All Rights Reserved.