DSLError
de.uni_luebeck.isp.tessla.tessla_compiler.Diagnostics.DSLError
case class DSLError(m: String, loc: Location) extends TesslaError
Error indicating that the generation or processing of the ImpLan AST went wrong
Value parameters
- loc
-
Location which code section in the original TeSSLa spec caused the error
- m
-
More detailed message
Attributes
- Graph
-
- Supertypes
-
trait Producttrait Equalstrait TesslaErrortrait Diagnosticclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
TesslaError -> Diagnostic
Attributes
- Definition Classes
-
Diagnostic
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:
- Product
Attributes
- Inherited from:
- Product
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.
- Definition Classes
-
Diagnostic -> Any
- Inherited from:
- Diagnostic
In this article