org.nlogo.agent
Class SliderConstraint.RuntimeConstraintException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nlogo.api.LogoException
              extended by org.nlogo.agent.SliderConstraint.RuntimeConstraintException
All Implemented Interfaces:
Serializable
Enclosing class:
SliderConstraint

public static class SliderConstraint.RuntimeConstraintException
extends LogoException

See Also:
Serialized Form

Field Summary
 String constraint
           
 
Constructor Summary
SliderConstraint.RuntimeConstraintException(String constraint, 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
 

Field Detail

constraint

public String constraint
Constructor Detail

SliderConstraint.RuntimeConstraintException

public SliderConstraint.RuntimeConstraintException(String constraint,
                                                   String message)