de.jstacs.results
Class MeanResultSet.InconsistentResultNumberException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.jstacs.results.MeanResultSet.InconsistentResultNumberException
All Implemented Interfaces:
Serializable
Enclosing class:
MeanResultSet

public static class MeanResultSet.InconsistentResultNumberException
extends Exception

Class for the exception that is thrown if a NumericalResultSet is added to the MeanResultSet that has a number of results which is not equal to the number of results of the previously added results.

Author:
Jan Grau
See Also:
Serialized Form

Constructor Summary
MeanResultSet.InconsistentResultNumberException()
          Constructs a new MeanResultSet.InconsistentResultNumberException with an appropriate error message.
 
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

MeanResultSet.InconsistentResultNumberException

public MeanResultSet.InconsistentResultNumberException()
Constructs a new MeanResultSet.InconsistentResultNumberException with an appropriate error message.