org.troublescope.evaluation
Class EvaluationErrorsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.commons.lang.exception.NestableException
                    |
                    +--org.troublescope.TroubleScopeException
                          |
                          +--org.troublescope.evaluation.EvaluationException
                                |
                                +--org.troublescope.evaluation.EvaluationErrorsException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable

public class EvaluationErrorsException
extends EvaluationException

An exception that encapsulates the errors of a test.

See Also:
Serialized Form

Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
EvaluationErrorsException(junit.framework.TestResult result, TestSuite suite)
          Create a new EvaluationErrorsException.
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getLength, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvaluationErrorsException

public EvaluationErrorsException(junit.framework.TestResult result,
                                 TestSuite suite)
Create a new EvaluationErrorsException.


Copyright © 2002-2002 TroubleScope. All Rights Reserved.