de.jstacs.results
Class MeanResultSet.AdditionImpossibleException

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

public static class MeanResultSet.AdditionImpossibleException
extends Exception

Class for the exception that is thrown if two MeanResultSets should be added that do not match.

Author:
Jens Keilwagen
See Also:
Serialized Form

Constructor Summary
MeanResultSet.AdditionImpossibleException()
          Constructs a new MeanResultSet.AdditionImpossibleException 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.AdditionImpossibleException

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