| Package | org.spicefactory.lib.expr.impl |
| Class | public class IllegalExpressionError |
| Inheritance | IllegalExpressionError NestedError Error |
${>)
without the matching closing delimiter (}) like in: "This is ${illegal".
| Method | Defined By | ||
|---|---|---|---|
IllegalExpressionError(message:String, cause:Error = null, id:int = 0)
Create a new instance. | IllegalExpressionError | ||
| IllegalExpressionError | () | Constructor |
public function IllegalExpressionError(message:String, cause:Error = null, id:int = 0)Create a new instance.
Parametersmessage:String — the message associated with this error
| |
cause:Error (default = null) — the cause of this Error
| |
id:int (default = 0) — an optional reference number
|