CoreASTError
de.uni_luebeck.isp.tessla.tessla_compiler.Diagnostics.CoreASTError
case class CoreASTError(m: String, loc: Location) extends TesslaError
Error thrown if the TeSSLa Core AST from the frontend cannot be processed
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