public class IndexedScenarioException extends ScenarioException
| Constructor and Description |
|---|
IndexedScenarioException(int index,
String message) |
IndexedScenarioException(int index,
String message,
Throwable cause) |
IndexedScenarioException(int index,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName() |
String |
getMessage() |
void |
setFileName(String fileName) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IndexedScenarioException(int index,
String message)
public IndexedScenarioException(int index,
String message,
Throwable cause)
public IndexedScenarioException(int index,
Throwable cause)
public String getFileName()
public void setFileName(String fileName)
public String getMessage()
getMessage in class ThrowableCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.