|
NetLogo API version 4.0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.nlogo.api.CompilerException
org.nlogo.agent.SliderConstraint.ConstraintCompilerException
public static class SliderConstraint.ConstraintCompilerException
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 |
---|
getEndPosition, getFileName, getOffset, getStartPosition, setOffset, 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 |
---|
public final String constraint
public final CompilerException exception
Constructor Detail |
---|
public SliderConstraint.ConstraintCompilerException(String constraint, CompilerException ex)
|
NetLogo API version 4.0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |