org.nlogo.core.CompilerException
See theCompilerException companion object
class CompilerException(message: String, val start: Int, val end: Int, val filename: String) extends RuntimeException
Exception thrown by various methods that accept NetLogo code as input and cause that code to be compiled; indicates the code was invalid. May be inspected to discover the location and nature of the error.
Attributes
- Companion
- object
- Source
- CompilerException.scala
- Graph
-
- Supertypes
-
class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Members list
Value members
Constructors
Attributes
- Source
- CompilerException.scala
Concrete methods
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.
- Definition Classes
-
Throwable -> Any
- Source
- CompilerException.scala
Inherited methods
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:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Concrete fields
Attributes
- Source
- CompilerException.scala
Attributes
- Source
- CompilerException.scala
Attributes
- Source
- CompilerException.scala
In this article