org.nlogo.nvm
Class ArgumentTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nlogo.api.LogoException
              extended by org.nlogo.nvm.EngineException
                  extended by org.nlogo.nvm.ArgumentTypeException
All Implemented Interfaces:
Serializable

public class ArgumentTypeException
extends EngineException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.nlogo.nvm.EngineException
context, instruction
 
Constructor Summary
ArgumentTypeException(Context context, Instruction problemInstr, int badArgIndex, int wantedType, Object badValue)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArgumentTypeException

public ArgumentTypeException(Context context,
                             Instruction problemInstr,
                             int badArgIndex,
                             int wantedType,
                             Object badValue)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable