public class AssertionException extends SoapUIException
| Constructor and Description | 
|---|
| AssertionException(AssertionError error) | 
| AssertionException(AssertionError[] errors) | 
| Modifier and Type | Method and Description | 
|---|---|
| AssertionError | getErrorAt(int c) | 
| int | getErrorCount() | 
| AssertionError[] | getErrors() | 
| String | getMessage() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AssertionException(AssertionError error)
public AssertionException(AssertionError[] errors)
public int getErrorCount()
public AssertionError getErrorAt(int c)
public AssertionError[] getErrors()
public String getMessage()
getMessage in class ThrowableCopyright © 2019. All Rights Reserved.