edu.indiana.iucbrf.feature
Class CouldNotAdjustException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.indiana.iucbrf.feature.CouldNotAdjustException
All Implemented Interfaces:
java.io.Serializable

public class CouldNotAdjustException
extends java.lang.RuntimeException

This exception is thrown when a value could not be adjusted as requested.

See Also:
Serialized Form

Constructor Summary
CouldNotAdjustException(Feature new_feature, double new_amount, java.lang.String msg)
           
 
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

CouldNotAdjustException

public CouldNotAdjustException(Feature new_feature,
                               double new_amount,
                               java.lang.String msg)