com.steptools.stdev
Class ModelMemberException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.steptools.stdev.STDevRuntimeException
                  extended by com.steptools.stdev.ModelMemberException
All Implemented Interfaces:
java.io.Serializable

public class ModelMemberException
extends STDevRuntimeException

Thrown when an operation is attempted on a model or population with an instance that is not a member of the population or model.

See Also:
Serialized Form

Constructor Summary
ModelMemberException(java.lang.String 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModelMemberException

public ModelMemberException(java.lang.String message)