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, toString
public CitrusRuntimeException()
public CitrusRuntimeException(String message)
message
- public CitrusRuntimeException(Throwable cause)
cause
- public String getMessage()
getMessage
in class Throwable
public String getFailureStackAsString()
public void setFailureStack(List<FailureStackElement> failureStack)
failureStack
- public Stack<FailureStackElement> getFailureStack()
Copyright © 2008–2018 ConSol Software GmbH. All rights reserved.