Uses of Class
mauda.Failure

Packages that use Failure
mauda Provides important base-classes and interfaces used by the whole MAUDA-Project. 
 

Uses of Failure in mauda
 

Methods in mauda that return Failure
 Failure OperationRecorder.getFirstFailure()
          Gets the first failure in an exercise represented by a failure-object.
 Failure OperationRecorder.getLimitedFailure(int offset)
          Gets the first failure that lies beyond the specified offset.
 Failure OperationRecorder.getUnlimitedFailure(int offset)
          Gets the first failure that lies beyond the specified offset.