| 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 (default = "") — the message associated with this error
|
|
cause:Error (default = null) — the cause of this Error
|
|
id:int (default = 0) — an optional reference number
|