public class CitrusRuntimeException extends RuntimeException
| Constructor and Description |
|---|
CitrusRuntimeException()
Default constructor.
|
CitrusRuntimeException(String message)
Constructor using fields.
|
CitrusRuntimeException(String message,
Throwable cause)
Constructor using fields.
|
CitrusRuntimeException(Throwable cause)
Constructor using fields.
|
| Modifier and Type | Method and Description |
|---|---|
Stack<FailureStackElement> |
getFailureStack()
Gets the custom failure stack with line number information where the testcase failed.
|
String |
getFailureStackAsString()
Get formatted string representation of failure stack information.
|
String |
getMessage() |
void |
setFailureStack(List<FailureStackElement> failureStack)
Sets the custom failure stack holding line number information inside test case.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CitrusRuntimeException()
public CitrusRuntimeException(String message)
message - public CitrusRuntimeException(Throwable cause)
cause - public String getMessage()
getMessage in class Throwablepublic String getFailureStackAsString()
public void setFailureStack(List<FailureStackElement> failureStack)
failureStack - public Stack<FailureStackElement> getFailureStack()
Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.