com.eviware.soapui.model.testsuite
Class AssertionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.eviware.soapui.support.SoapUIException
com.eviware.soapui.model.testsuite.AssertionException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AssertionException
public class AssertionException
- extends SoapUIException
Exception thrown during assertion
- Author:
- Ole.Matzura
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AssertionException
public AssertionException(AssertionError error)
AssertionException
public AssertionException(AssertionError[] errors)
getErrorCount
public int getErrorCount()
getErrorAt
public AssertionError getErrorAt(int c)
getErrors
public AssertionError[] getErrors()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
Copyright © 2005-2009 eviware.com. All Rights Reserved.