public class SerenityManagedException
extends java.lang.RuntimeException
Constructor and Description |
---|
SerenityManagedException(java.lang.String message,
java.lang.Throwable testErrorException) |
SerenityManagedException(java.lang.Throwable testErrorException) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Throwable |
detachedCopyOf(java.lang.Throwable testErrorException) |
java.lang.Throwable |
getCause() |
java.lang.Class |
getExceptionClass() |
java.lang.String |
getMessage() |
java.lang.StackTraceElement[] |
getStackTrace() |
public SerenityManagedException(java.lang.Throwable testErrorException)
public SerenityManagedException(java.lang.String message, java.lang.Throwable testErrorException)
public static java.lang.Throwable detachedCopyOf(java.lang.Throwable testErrorException)
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.StackTraceElement[] getStackTrace()
getStackTrace
in class java.lang.Throwable
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
public java.lang.Class getExceptionClass()