com.eviware.soapui.model.testsuite
Class AssertionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.eviware.soapui.support.SoapUIException
              extended by 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

Constructor Summary
AssertionException(AssertionError error)
           
AssertionException(AssertionError[] errors)
           
 
Method Summary
 AssertionError getErrorAt(int c)
           
 int getErrorCount()
           
 AssertionError[] getErrors()
           
 java.lang.String getMessage()
           
 
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
 

Constructor Detail

AssertionException

public AssertionException(AssertionError error)

AssertionException

public AssertionException(AssertionError[] errors)
Method Detail

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-2007 eviware.com. All Rights Reserved.