org.nlogo.agent
Class SliderConstraint.ConstraintCompilerException

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

public static class SliderConstraint.ConstraintCompilerException
extends CompilerException

See Also:
Serialized Form

Field Summary
 String constraint
           
 CompilerException exception
           
 
Fields inherited from class org.nlogo.api.CompilerException
RUNTIME_ERROR_AT_COMPILE_TIME_MSG_PREFIX
 
Constructor Summary
SliderConstraint.ConstraintCompilerException(String constraint, CompilerException ex)
           
 
Method Summary
 
Methods inherited from class org.nlogo.api.CompilerException
endPos, fileName, startPos, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

constraint

public final String constraint

exception

public final CompilerException exception
Constructor Detail

SliderConstraint.ConstraintCompilerException

public SliderConstraint.ConstraintCompilerException(String constraint,
                                                    CompilerException ex)