| org.netbeans.junit.AssertionFailedErrorException
AssertionFailedErrorException | public class AssertionFailedErrorException extends AssertionFailedError (Code) | | Error containing nested Exception.
It describes the failure and holds and print also the original Exception.
author: Adam Sotona version: 1.0 |
nestedException | protected Throwable nestedException(Code) | | contains Exception that caused AssertionFailedError
|
AssertionFailedErrorException | public AssertionFailedErrorException(Throwable nestedException)(Code) | | Creates new AssertionFailedErrorException
Parameters: nestedException - contains Exception that caused AssertionFailedError |
AssertionFailedErrorException | public AssertionFailedErrorException(String message, Throwable nestedException)(Code) | | Creates new AssertionFailedErrorException
Parameters: message - The error description menssage. Parameters: nestedException - contains Exception that caused AssertionFailedError |
printStackTrace | public void printStackTrace()(Code) | | prints stack trace of assertion error and nested exception into System.err
|
printStackTrace | public void printStackTrace(PrintWriter err)(Code) | | prints stack trace of assertion error and nested exception
Parameters: err - PrintWriter where to print stack trace |
printStackTrace | public void printStackTrace(PrintStream err)(Code) | | prints stack trace of assertion error and nested exception
Parameters: err - PrintStream where to print stack trace |
|
|