fr.inria.peerunit.test.assertion
Class InconclusiveFailure

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError
              extended by fr.inria.peerunit.exception.TestException
                  extended by fr.inria.peerunit.test.assertion.InconclusiveFailure
All Implemented Interfaces:
java.io.Serializable

public class InconclusiveFailure
extends TestException

Since:
1.0
Version:
1.0
Author:
Eduardo Almeida
See Also:
Serialized Form

Constructor Summary
InconclusiveFailure()
          Constructs an inclusive failure.
InconclusiveFailure(java.lang.String message)
          Constructs an inclusive failure.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

InconclusiveFailure

public InconclusiveFailure()
Constructs an inclusive failure.

Since:
1.0

InconclusiveFailure

public InconclusiveFailure(java.lang.String message)
Constructs an inclusive failure.

Parameters:
message - is the message corresponding to the failure.
Since:
1.0


Copyright © 2010. All Rights Reserved.