org.nlogo.nvm.ArgumentTypeException
See theArgumentTypeException companion object
class ArgumentTypeException(context: Context, baseInstruction: Instruction, badArgIndex: Int, wantedType: Int, badValue: Object) extends RuntimePrimitiveException
Attributes
- Companion
- object
- Source
- ArgumentTypeException.scala
- Graph
-
- Supertypes
-
trait StackTraceBuiltclass EngineExceptionclass LogoExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
Throwable
- Source
- ArgumentTypeException.scala
Inherited methods
Attributes
- Inherited from:
- Throwable
def computeRuntimeErrorMessage(ctx: Context, instruction: Option[Instruction], cause: Option[Exception], message: String): String
Attributes
- Inherited from:
- StackTraceBuilt
- Source
- EngineException.scala
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- EngineException
- Source
- EngineException.scala
Attributes
- Inherited from:
- Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- Throwable
Inherited fields
Attributes
- Inherited from:
- RuntimePrimitiveException
- Source
- EngineException.scala
Attributes
- Inherited from:
- StackTraceBuilt
- Source
- EngineException.scala
Attributes
- Inherited from:
- EngineException
- Source
- EngineException.scala
In this article