com.rubecula.darwin.domain.fitness
Class FitnessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.rubecula.darwin.domain.fitness.FitnessException
All Implemented Interfaces:
java.io.Serializable

public class FitnessException
extends java.lang.Exception

Author:
Robin Hillyard
See Also:
Serialized Form

Constructor Summary
FitnessException(java.lang.String string, java.lang.Double discrepancy, FitnessProblem problem)
           
 
Method Summary
 java.lang.Double getDiscrepancy()
           
 FitnessProblem getProblem()
           
 
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

FitnessException

public FitnessException(java.lang.String string,
                        java.lang.Double discrepancy,
                        FitnessProblem problem)
Parameters:
string -
discrepancy -
problem - XXX
Method Detail

getDiscrepancy

public java.lang.Double getDiscrepancy()
Returns:
the discrepancy

getProblem

public FitnessProblem getProblem()
Returns:
the problem


Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.